:root{--bleu-nuit:#1b2a4a;--blanc-casse:#f7f5f0;--or-sombre:#b8860b;--vert-sauge:#5b8c5a;--gris-anthracite:#3a3a3a;--bleu-nuit-light:#2a3d63;--bleu-nuit-dark:#111d35;--or-sombre-light:#d4a017;--vert-sauge-light:#7dae7c;--blanc-casse-warm:#efe9de;--border-subtle:#d4cfc5;--font-display:"DM Serif Display", Georgia, "Times New Roman", serif;--font-body:"Epilogue", "Segoe UI", Tahoma, sans-serif;--section-padding:clamp(3rem, 8vw, 7rem);--content-max:1100px;--content-narrow:800px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);color:var(--gris-anthracite);background-color:var(--blanc-casse);font-size:17px;line-height:1.7;overflow-x:hidden}h1,h2,h3,h4{font-family:var(--font-display);color:var(--bleu-nuit);font-weight:400;line-height:1.2}h1{font-size:clamp(2.2rem,5vw,3.6rem)}h2{font-size:clamp(1.8rem,3.5vw,2.6rem)}h3{font-size:clamp(1.3rem,2.5vw,1.7rem)}p{margin-bottom:1em}a{color:var(--or-sombre);text-decoration:none;transition:color .3s}a:hover{color:var(--or-sombre-light)}img{max-width:100%;height:auto}.official-frame{border:2px solid var(--bleu-nuit);padding:3px;position:relative}.official-frame:after{content:"";border:1px solid var(--or-sombre);pointer-events:none;position:absolute;inset:4px}.official-frame--light{border-color:var(--or-sombre)}.official-frame--light:after{border-color:var(--bleu-nuit);inset:5px}.section{padding:var(--section-padding) clamp(1.5rem, 5vw, 3rem)}.section--dark{background-color:var(--bleu-nuit);color:var(--blanc-casse)}.section--dark h2,.section--dark h3,.section--dark h4{color:var(--blanc-casse)}.section--warm{background-color:var(--blanc-casse-warm)}.section__inner{max-width:var(--content-max);margin:0 auto}.section__inner--narrow{max-width:var(--content-narrow);margin:0 auto}.btn{font-family:var(--font-body);letter-spacing:.03em;text-transform:uppercase;cursor:pointer;justify-content:center;align-items:center;gap:.5em;padding:1em 2.5em;font-size:1rem;font-weight:600;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative}.btn--primary{background:var(--vert-sauge);color:#fff;border:2px solid var(--vert-sauge);box-shadow:0 4px 20px #5b8c5a4d}.btn--primary:before{content:"";pointer-events:none;border:1px solid #ffffff4d;transition:inset .35s;position:absolute;inset:3px}.btn--primary:hover{background:var(--vert-sauge-light);border-color:var(--vert-sauge-light);color:#fff;transform:translateY(-2px);box-shadow:0 8px 30px #5b8c5a66}.btn--primary:hover:before{inset:5px}.btn--secondary{color:var(--bleu-nuit);border:2px solid var(--bleu-nuit);background:0 0}.btn--secondary:before{content:"";border:1px solid var(--or-sombre);pointer-events:none;opacity:0;transition:all .35s;position:absolute;inset:3px}.btn--secondary:hover{background:var(--bleu-nuit);color:var(--blanc-casse)}.btn--secondary:hover:before{opacity:1}.btn--dark{background:var(--or-sombre);color:var(--bleu-nuit-dark);border:2px solid var(--or-sombre)}.btn--dark:hover{background:var(--or-sombre-light);border-color:var(--or-sombre-light);color:var(--bleu-nuit-dark);transform:translateY(-2px);box-shadow:0 8px 30px #b8860b59}@keyframes fadeUpIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.fade-up.anim-in{animation:.7s cubic-bezier(.25,.46,.45,.94) both fadeUpIn}.stagger-group>*{opacity:1;transform:none}.stagger-group.anim-ready>*{opacity:0;transform:translateY(24px)}.stagger-group.anim-ready.stagger-visible>*{animation:.7s cubic-bezier(.25,.46,.45,.94) both fadeUpIn}.stagger-visible>:first-child{animation-delay:0s}.stagger-visible>:nth-child(2){animation-delay:80ms}.stagger-visible>:nth-child(3){animation-delay:.16s}.stagger-visible>:nth-child(4){animation-delay:.24s}.stagger-visible>:nth-child(5){animation-delay:.32s}.stagger-visible>:nth-child(6){animation-delay:.4s}.stagger-visible>:nth-child(7){animation-delay:.48s}.stagger-visible>:nth-child(8){animation-delay:.56s}.stagger-visible>:nth-child(9){animation-delay:.64s}.stagger-visible>:nth-child(10){animation-delay:.72s}@keyframes stampIn{0%{opacity:0;transform:scale(1.5)rotate(-5deg)}60%{opacity:1;transform:scale(.95)rotate(1deg)}to{opacity:1;transform:scale(1)rotate(0)}}.anim-stamp{opacity:0;transform:scale(1.5)rotate(-5deg)}.anim-stamp--go{animation:.5s cubic-bezier(.25,.46,.45,.94) both stampIn}.seal{border:2px solid var(--or-sombre);width:100px;height:100px;font-family:var(--font-display);color:var(--or-sombre);text-align:center;border-radius:50%;justify-content:center;align-items:center;font-size:.75rem;line-height:1.3;display:inline-flex;position:relative}.seal:before{content:"";border:1px solid var(--or-sombre);border-radius:50%;position:absolute;inset:3px}.divider{background:var(--or-sombre);width:60px;height:2px;margin:2rem auto;position:relative}.divider:before,.divider:after{content:"";border:1px solid var(--or-sombre);width:8px;height:8px;position:absolute;top:-3px;transform:rotate(45deg)}.divider:before{left:-12px}.divider:after{right:-12px}@media (width<=768px){body{font-size:16px}.btn{padding:.8em 1.8em;font-size:.9rem}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--blanc-casse)}::-webkit-scrollbar-thumb{background:var(--bleu-nuit);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--bleu-nuit-light)}::selection{background:var(--or-sombre);color:var(--bleu-nuit-dark)}.header{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f7f5f0e0;padding:1rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;box-shadow:0 1px #b8860b26}.header--scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 0 var(--or-sombre), 0 2px 0 var(--bleu-nuit);background:#f7f5f0f7;padding:.6rem 0}.header__inner{max-width:var(--content-max);justify-content:space-between;align-items:center;margin:0 auto;padding:0 clamp(1.5rem,5vw,3rem);display:flex}.header__logo{color:var(--bleu-nuit);align-items:center;gap:.7rem;text-decoration:none;transition:opacity .3s;display:flex}.header__logo:hover{opacity:.8;color:var(--bleu-nuit)}.header__logo-mark{color:var(--bleu-nuit);line-height:0}.header__logo-main{font-family:var(--font-display);color:var(--bleu-nuit);font-size:1.2rem}.header__nav{align-items:center;gap:2rem;display:flex}.header__link{font-family:var(--font-body);letter-spacing:.04em;text-transform:uppercase;color:var(--bleu-nuit);cursor:pointer;background:0 0;border:none;padding:.4em 0;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .3s;position:relative}.header__link:after{content:"";background:var(--or-sombre);width:0;height:1px;transition:width .35s cubic-bezier(.4,0,.2,1);position:absolute;bottom:0;left:0}.header__link:hover{color:var(--or-sombre)}.header__link:hover:after{width:100%}.header__cta{padding:.7em 1.8em;font-size:.82rem}.header__burger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.header__burger span{background:var(--bleu-nuit);transform-origin:50%;width:24px;height:2px;transition:all .35s;display:block}.header__burger--open span:first-child{transform:translateY(7px)rotate(45deg)}.header__burger--open span:nth-child(2){opacity:0}.header__burger--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width<=768px){.header__burger{display:flex}.header__nav{background:var(--blanc-casse);border-left:2px solid var(--bleu-nuit);flex-direction:column;align-items:stretch;gap:1rem;width:280px;padding:5rem 2rem 2rem;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-20px 0 60px #00000026}.header__nav:before{content:"";border-left:1px solid var(--or-sombre);width:0;position:absolute;top:0;bottom:0;left:3px}.header__nav--open{transform:translate(0)}.header__link{border-bottom:1px solid var(--border-subtle);text-align:left;padding:.8em 0;font-size:1rem}.header__cta{margin-top:1rem}}.footer{background:var(--bleu-nuit);color:var(--blanc-casse);position:relative}.footer__border{background:linear-gradient(to right, var(--bleu-nuit) 0%, var(--or-sombre) 20%, var(--or-sombre) 80%, var(--bleu-nuit) 100%);height:4px}.footer__inner{max-width:var(--content-max);margin:0 auto;padding:3.5rem clamp(1.5rem,5vw,3rem) 2rem}.footer__top{border-bottom:1px solid #b8860b33;justify-content:space-between;gap:3rem;padding-bottom:2.5rem;display:flex}.footer__brand{max-width:340px}.footer__logo{font-family:var(--font-display);color:var(--blanc-casse);align-items:center;gap:.6rem;margin-bottom:1rem;font-size:1.1rem;display:flex}.footer__tagline{color:#f7f5f099;font-size:.9rem;line-height:1.6}.footer__links{gap:4rem;display:flex}.footer__col h4{font-family:var(--font-display);color:var(--or-sombre);margin-bottom:1rem;font-size:.95rem}.footer__col ul{list-style:none}.footer__col li{margin-bottom:.5rem}.footer__col a{color:#f7f5f0b3;font-size:.88rem;text-decoration:none;transition:color .3s}.footer__col a:hover{color:var(--or-sombre)}.footer__bottom{text-align:center;padding-top:2rem}.footer__bottom p{color:#f7f5f080;margin-bottom:.5rem;font-size:.82rem}.footer__disclaimer{color:#f7f5f059;max-width:600px;margin:0 auto;font-size:.78rem;font-style:italic}@media (width<=768px){.footer__top{flex-direction:column;gap:2rem}.footer__links{gap:2rem}.footer__brand{max-width:100%}}._hero_1rggc_7{padding:clamp(6rem,12vw,9rem) clamp(1.5rem,5vw,3rem) clamp(4rem,9vw,7rem);position:relative;overflow:hidden}._heroPattern_1rggc_13{pointer-events:none;z-index:0;background:repeating-linear-gradient(-45deg,#0000,#0000 18px,#ffffff05 18px 20px);position:absolute;inset:0}._heroGrid_1rggc_27{z-index:1;max-width:var(--content-max);grid-template-columns:1.05fr .95fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);margin:0 auto;display:grid;position:relative}._heroCopy_1rggc_38{max-width:32rem}._heroEyebrow_1rggc_42{letter-spacing:.16em;text-transform:uppercase;color:var(--or-sombre-light);border-bottom:1px solid #b8860b66;margin-bottom:1.1rem;padding-bottom:.4rem;font-size:.8rem;font-weight:600;display:inline-block}._heroHeadline_1rggc_54{color:var(--blanc-casse);margin-bottom:1.2rem;font-size:clamp(2.3rem,4.6vw,3.6rem);line-height:1.08}._heroSubhead_1rggc_61{color:#f7f5f0b8;margin-bottom:2rem;font-size:clamp(1rem,1.6vw,1.15rem);line-height:1.6}._heroSubhead_1rggc_61 strong{color:var(--or-sombre-light);font-weight:600}._heroCta_1rggc_73{flex-wrap:wrap;align-items:center;gap:1.4rem;margin-bottom:1.6rem;display:flex}._heroGhost_1rggc_81{color:#f7f5f0b3;border-bottom:1px solid #f7f5f040;padding-bottom:2px;font-size:.92rem;font-weight:500;transition:color .3s,border-color .3s}._heroGhost_1rggc_81:hover{color:var(--blanc-casse);border-color:var(--vert-sauge-light)}._heroSmall_1rggc_95{color:#f7f5f073;letter-spacing:.01em;margin-bottom:0;font-size:.82rem}._heroVisual_1rggc_103{position:relative}._dashStack_1rggc_107{max-width:440px;margin:0 auto;position:relative}._dashBack_1rggc_113{background:var(--bleu-nuit-light);border:1px solid #b8860b59;border-radius:2px;width:100%;height:100%;transition:transform .45s cubic-bezier(.4,0,.2,1);position:absolute;top:22px;left:22px}._dashCard_1rggc_125{z-index:1;background:#fdfcf9;border-radius:2px;transition:transform .45s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 24px 60px #00000059}._dashStack_1rggc_107:hover ._dashCard_1rggc_125{transform:translateY(-5px)}._dashStack_1rggc_107:hover ._dashBack_1rggc_113{transform:translate(6px,6px)}._dashBar_1rggc_143{background:var(--blanc-casse-warm);border-bottom:1px solid var(--border-subtle);align-items:center;gap:.7rem;padding:.7rem 1rem;display:flex}._dashDots_1rggc_152{gap:5px;display:inline-flex}._dashDots_1rggc_152 i{background:var(--or-sombre);opacity:.55;border-radius:50%;width:9px;height:9px}._dashDots_1rggc_152 i:nth-child(2){background:var(--vert-sauge);opacity:1}._dashDots_1rggc_152 i:nth-child(3){background:var(--bleu-nuit);opacity:.4}._dashFile_1rggc_175{color:var(--bleu-nuit);letter-spacing:.01em;font-size:.78rem;font-weight:600}._dashBody_1rggc_182{padding:1.3rem 1.3rem 1.5rem}._kpiRow_1rggc_186{grid-template-columns:repeat(3,1fr);gap:.7rem;margin-bottom:1.3rem;display:grid}._kpi_1rggc_186{background:var(--blanc-casse);border:1px solid var(--border-subtle);border-left:3px solid var(--vert-sauge);padding:.6rem .7rem}._kpi_1rggc_186:nth-child(2){border-left-color:var(--or-sombre)}._kpi_1rggc_186:nth-child(3){border-left-color:var(--bleu-nuit)}._kpiLabel_1rggc_208{text-transform:uppercase;letter-spacing:.08em;color:var(--gris-anthracite);opacity:.7;margin-bottom:.25rem;font-size:.6rem;display:block}._kpiVal_1rggc_218{font-family:var(--font-display);color:var(--bleu-nuit);font-size:1.1rem;line-height:1;display:block}._chartSvg_1rggc_226{width:100%;height:auto;display:block}._dashSeal_1rggc_232{z-index:2;background:var(--bleu-nuit);border:2px solid var(--or-sombre);width:78px;height:78px;color:var(--or-sombre-light);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;top:-18px;right:14px;transform:rotate(-8deg);box-shadow:0 8px 20px #0000004d}._dashSeal_1rggc_232:before{content:"";border:1px solid #b8860b99;border-radius:50%;position:absolute;inset:4px}._dashSealNum_1rggc_259{font-family:var(--font-display);font-size:1.6rem;line-height:1}._dashSealTxt_1rggc_265{letter-spacing:.12em;text-transform:uppercase;margin-top:2px;font-size:.52rem}@media (width<=900px){._heroGrid_1rggc_27{grid-template-columns:1fr;gap:2.8rem}._heroCopy_1rggc_38{text-align:center;max-width:100%;margin:0 auto}._heroCta_1rggc_73{justify-content:center}}@media (prefers-reduced-motion:reduce){._dashStack_1rggc_107:hover ._dashCard_1rggc_125,._dashStack_1rggc_107:hover ._dashBack_1rggc_113{transform:none}}._problemGrid_1rggc_295{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;margin-bottom:3rem;display:grid}@media (width<=768px){._problemGrid_1rggc_295{grid-template-columns:1fr;gap:1.5rem}}._problemCard_1rggc_310{text-align:center;background:#fff;padding:clamp(1.5rem,3vw,2.5rem);transition:transform .35s,box-shadow .35s}._problemCard_1rggc_310:hover{transform:translateY(-6px);box-shadow:0 12px 40px #1b2a4a1f}._problemIcon_1rggc_322{width:56px;height:56px;color:var(--vert-sauge);justify-content:center;align-items:center;margin:0 auto 1.2rem;display:flex}._problemIcon_1rggc_322 svg{width:40px;height:40px}._problemNumber_1rggc_337{font-family:var(--font-display);color:var(--vert-sauge);margin-bottom:.5rem;font-size:clamp(1.6rem,3vw,2.2rem);line-height:1.2}._problemDesc_1rggc_345{color:var(--gris-anthracite);font-size:.92rem;line-height:1.5}._problemParagraph_1rggc_351{max-width:var(--content-narrow);text-align:center;color:var(--gris-anthracite);margin:0 auto;font-size:1.05rem;line-height:1.75}._solutionContent_1rggc_361{text-align:center}._solutionSubtitle_1rggc_365{max-width:650px;color:var(--gris-anthracite);margin:1.2rem auto 3rem;font-size:1.08rem}._sealLarge_1rggc_372{border:3px solid var(--or-sombre);width:160px;height:160px;font-family:var(--font-display);color:var(--or-sombre);text-align:center;letter-spacing:.05em;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;font-size:.85rem;line-height:1.3;display:inline-flex;position:relative}._sealLarge_1rggc_372:before{content:"";border:1.5px solid var(--or-sombre);border-radius:50%;position:absolute;inset:5px}._sealLarge_1rggc_372:after{content:"";border:1px dashed #b8860b66;border-radius:50%;position:absolute;inset:10px}._contentGrid_1rggc_407{grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem;display:grid}@media (width<=768px){._contentGrid_1rggc_407{grid-template-columns:1fr}}._deliverableCard_1rggc_420{border:1px solid var(--border-subtle);background:#fff;border-radius:2px;padding:clamp(1.5rem,3vw,2rem) clamp(1.5rem,3vw,2.2rem);transition:box-shadow .35s,transform .35s;position:relative}._deliverableCard_1rggc_420:nth-child(2n){background:#f7f5f099}._deliverableCard_1rggc_420:hover{transform:translateY(-3px);box-shadow:0 8px 30px #1b2a4a14}._deliverableNumber_1rggc_438{font-family:var(--font-display);color:var(--or-sombre);opacity:.8;margin-bottom:.5rem;font-size:2.4rem;line-height:1}._deliverableTitle_1rggc_447{font-family:var(--font-display);color:var(--bleu-nuit);margin-bottom:.7rem;font-size:1.2rem;line-height:1.3}._deliverableDesc_1rggc_455{color:var(--gris-anthracite);margin-bottom:1rem;font-size:.92rem;line-height:1.65}._formatBadge_1rggc_462{letter-spacing:.08em;text-transform:uppercase;border:1px solid var(--or-sombre);color:var(--or-sombre);background:#b8860b0f;padding:.25em .7em;font-size:.72rem;font-weight:700;display:inline-block}._socialProofGrid_1rggc_475{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;display:grid}@media (width<=768px){._socialProofGrid_1rggc_475{grid-template-columns:1fr 1fr;gap:1.5rem}}._proofStat_1rggc_490{flex-direction:column;align-items:center;gap:.4rem;display:flex}._proofNumber_1rggc_497{font-family:var(--font-display);color:var(--or-sombre);font-size:clamp(2.2rem,4vw,3.2rem);line-height:1}._proofLabel_1rggc_504{color:var(--gris-anthracite);text-transform:uppercase;letter-spacing:.08em;font-size:.85rem;font-weight:500}._proofChips_1rggc_512{flex-wrap:wrap;justify-content:center;gap:.6rem;margin-top:2.5rem;display:flex}._chip_1rggc_520{border:1px solid var(--border-subtle);color:var(--gris-anthracite);letter-spacing:.02em;background:#fff;border-radius:100px;padding:.45rem 1rem;font-size:.82rem;display:inline-block}._credibilityGrid_1rggc_532{text-align:center;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem;display:grid}@media (width<=768px){._credibilityGrid_1rggc_532{grid-template-columns:1fr;gap:2rem}}._credibilityItem_1rggc_547{flex-direction:column;align-items:center;gap:1rem;display:flex}._credibilityIcon_1rggc_554{border:2px solid var(--or-sombre);width:80px;height:80px;color:var(--or-sombre);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}._credibilityIcon_1rggc_554:before{content:"";border:1px solid var(--or-sombre);border-radius:50%;position:absolute;inset:3px}._credibilityIcon_1rggc_554 svg{width:32px;height:32px}._credibilityText_1rggc_580{color:#f7f5f0d9;font-size:1rem;line-height:1.55}._credibilityText_1rggc_580 strong{font-family:var(--font-display);color:var(--blanc-casse);margin-bottom:.3rem;font-size:1.15rem;display:block}._freeSample_1rggc_595{text-align:center}._freeSampleGrid_1rggc_599{grid-template-columns:1fr 1fr;align-items:center;gap:2.5rem;max-width:800px;margin:0 auto;display:grid}@media (width<=768px){._freeSampleGrid_1rggc_599{grid-template-columns:1fr;gap:2rem}}._freeSampleCard_1rggc_615{text-align:center;background:#fff;padding:clamp(2rem,4vw,3rem) clamp(1.5rem,3vw,2.5rem);position:relative}._freeSampleBadge_1rggc_622{letter-spacing:.12em;text-transform:uppercase;background:var(--vert-sauge);color:#fff;margin-bottom:1rem;padding:.3em .8em;font-size:.7rem;font-weight:700;display:inline-block}._freeSampleNumber_1rggc_634{font-family:var(--font-display);color:var(--or-sombre);opacity:.8;margin-bottom:.5rem;font-size:3rem;line-height:1}._freeSampleCard_1rggc_615 h3{font-family:var(--font-display);color:var(--bleu-nuit);margin-bottom:.8rem;font-size:1.3rem}._freeSampleCard_1rggc_615 p{color:var(--gris-anthracite);margin-bottom:1rem;font-size:.92rem;line-height:1.65}._freeSampleFormWrap_1rggc_657{text-align:left}._freeSampleFormText_1rggc_661{color:var(--gris-anthracite);margin-bottom:1.2rem;font-size:1rem;line-height:1.5}._freeSampleForm_1rggc_657{flex-direction:column;gap:.8rem;display:flex}._freeSampleInput_1rggc_674{font-family:var(--font-body);border:2px solid var(--border-subtle);color:var(--gris-anthracite);background:#fff;padding:1em 1.2em;font-size:1rem;transition:border-color .3s}._freeSampleInput_1rggc_674:focus{border-color:var(--vert-sauge);outline:none}._freeSampleNote_1rggc_689{color:var(--gris-anthracite);opacity:.6;margin-top:.8rem;font-size:.8rem}._freeSampleSuccess_1rggc_696{text-align:center;padding:1.5rem 0}._freeSampleSuccess_1rggc_696 h3{font-family:var(--font-display);color:var(--vert-sauge);margin:1rem 0 .5rem;font-size:1.3rem}._freeSampleSuccess_1rggc_696 p{color:var(--gris-anthracite);margin-bottom:.5rem;font-size:.95rem}._pricingWrapper_1rggc_715{text-align:center}._pricingAnchoring_1rggc_719{max-width:650px;color:var(--gris-anthracite);margin:1.5rem auto 3rem;font-size:1.08rem;line-height:1.7}._priceCard_1rggc_727{text-align:center;background:#fff;max-width:560px;margin:0 auto;padding:clamp(2rem,5vw,3rem)}._priceCardTitle_1rggc_735{font-family:var(--font-display);color:var(--bleu-nuit);margin-bottom:1rem;font-size:1.5rem}._priceAmount_1rggc_742{font-family:var(--font-display);color:var(--vert-sauge);margin-bottom:.2rem;font-size:clamp(2.8rem,6vw,4rem);line-height:1}._priceTtc_1rggc_750{color:var(--gris-anthracite);text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;font-size:.85rem}._priceList_1rggc_758{text-align:left;margin-bottom:2rem;list-style:none}._priceList_1rggc_758 li{border-bottom:1px solid var(--border-subtle);align-items:flex-start;gap:.6em;padding:.6em 0;font-size:.95rem;display:flex}._priceList_1rggc_758 li:last-child{border-bottom:none}._priceCheck_1rggc_777{color:var(--or-sombre);flex-shrink:0;margin-top:.15em;font-size:1.1rem}._priceSecure_1rggc_784{color:var(--gris-anthracite);opacity:.7;margin-top:1rem;font-size:.82rem}._priceUpsell_1rggc_791{color:var(--gris-anthracite);margin-top:2.5rem;font-size:.92rem;font-style:italic}._faqList_1rggc_799{max-width:var(--content-narrow);margin:3rem auto 0}._faqItem_1rggc_804{border-left:3px solid var(--or-sombre);background:#fff;margin-bottom:0;transition:background .3s}._faqItem_1rggc_804+._faqItem_1rggc_804{border-top:1px solid var(--border-subtle)}._faqQuestion_1rggc_815{cursor:pointer;width:100%;font-family:var(--font-body);color:var(--bleu-nuit);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.2em 1.5em;font-size:1rem;font-weight:600;line-height:1.4;transition:background .3s;display:flex}._faqQuestion_1rggc_815:hover{background:#b8860b0a}._faqChevron_1rggc_837{width:20px;height:20px;color:var(--or-sombre);flex-shrink:0;margin-left:1rem;transition:transform .35s}._faqChevronOpen_1rggc_846{transform:rotate(180deg)}._faqAnswerWrapper_1rggc_850{transition:max-height .4s cubic-bezier(.4,0,.2,1);overflow:hidden}._faqAnswer_1rggc_850{color:var(--gris-anthracite);padding:0 1.5em 1.2em;font-size:.95rem;line-height:1.7}._finalCta_1rggc_863{text-align:center}._finalCtaParagraph_1rggc_867{color:#f7f5f0bf;max-width:600px;margin:1.2rem auto 2.5rem;font-size:1.05rem;line-height:1.7}._sectionHeadline_1rggc_876{text-align:center;margin-bottom:.5rem}._motionCard_1rggc_882{will-change:transform, opacity}._page_1pm39_1{min-height:100vh;padding-top:clamp(5rem,10vw,8rem)}._layout_1pm39_6{grid-template-columns:1fr 1fr;align-items:start;gap:3rem;display:grid}@media (width<=768px){._layout_1pm39_6{grid-template-columns:1fr}}._label_1pm39_19{letter-spacing:.12em;text-transform:uppercase;color:var(--or-sombre);margin-bottom:.5rem;font-size:.82rem;font-weight:600}._title_1pm39_28{font-size:clamp(1.8rem,3.5vw,2.4rem);line-height:1.2}._includes_1pm39_33{margin:1.5rem 0;list-style:none}._includes_1pm39_33 li{color:var(--gris-anthracite);border-bottom:1px solid var(--border-subtle);align-items:flex-start;gap:.7em;padding:.5em 0;font-size:.95rem;display:flex}._includes_1pm39_33 li:last-child{border-bottom:none}._priceRow_1pm39_52{border-top:2px solid var(--bleu-nuit);border-bottom:2px solid var(--bleu-nuit);justify-content:space-between;align-items:baseline;margin:1.5rem 0;padding:1.2rem 0;display:flex}._priceRow_1pm39_52 span:first-child{font-family:var(--font-display);color:var(--bleu-nuit);font-size:1.1rem}._price_1pm39_52{font-family:var(--font-display);color:var(--vert-sauge);font-size:2rem}._price_1pm39_52 small{font-size:.85rem;font-family:var(--font-body);color:var(--gris-anthracite);font-weight:400}._guarantees_1pm39_81{flex-direction:column;gap:.6rem;display:flex}._guarantee_1pm39_81{color:var(--gris-anthracite);align-items:center;gap:.6rem;font-size:.88rem;display:flex}._paymentCard_1pm39_96{background:#fff;padding:clamp(2rem,4vw,2.5rem)}._paymentTitle_1pm39_101{margin-bottom:.5rem;font-size:1.4rem}._paymentSubtitle_1pm39_106{color:var(--gris-anthracite);margin-bottom:2rem;font-size:.92rem;line-height:1.6}._form_1pm39_113{flex-direction:column;gap:1.2rem;display:flex}._field_1pm39_119 label{color:var(--bleu-nuit);letter-spacing:.02em;margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}._input_1pm39_128{width:100%;font-family:var(--font-body);border:1.5px solid var(--border-subtle);background:var(--blanc-casse);color:var(--gris-anthracite);outline:none;padding:.75em 1em;font-size:.95rem;transition:border-color .3s,box-shadow .3s}._input_1pm39_128:focus{border-color:var(--or-sombre);box-shadow:0 0 0 3px #b8860b1a}._input_1pm39_128::placeholder{color:#aaa}._fieldHint_1pm39_149{color:var(--gris-anthracite);opacity:.6;margin-top:.25rem;font-size:.78rem}._legalNote_1pm39_156{color:var(--gris-anthracite);opacity:.6;text-align:center;margin-top:.5rem;font-size:.78rem}._legalNote_1pm39_156 a{color:var(--or-sombre);text-decoration:underline}._page_vcei4_1{min-height:100vh;padding-top:clamp(5rem,10vw,8rem)}._header_vcei4_6{text-align:center;margin-bottom:3rem}._checkCircle_vcei4_11{margin-bottom:1.5rem}._header_vcei4_6 h1{margin-bottom:1rem}._subtitle_vcei4_19{color:var(--gris-anthracite);max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.7}._downloadBox_vcei4_27{background:#fff;margin-bottom:3rem;padding:clamp(1.5rem,4vw,2.5rem)}._downloadBox_vcei4_27 h2{margin-bottom:1rem;font-size:1.3rem}._downloadBox_vcei4_27 p{font-size:.95rem;line-height:1.7}._noEmail_vcei4_43{color:var(--gris-anthracite);opacity:.7;margin-top:1rem;font-size:.88rem;font-style:italic}._downloadInfo_vcei4_51{margin-bottom:1.2rem}._downloadList_vcei4_55{flex-direction:column;gap:.4rem;display:flex}._downloadItem_vcei4_61{color:var(--bleu-nuit);border:1px solid var(--border-subtle);align-items:center;gap:.6rem;padding:.6em .8em;font-size:.9rem;text-decoration:none;transition:background .2s,border-color .2s;display:flex}._downloadItem_vcei4_61:hover{border-color:var(--vert-sauge);color:var(--bleu-nuit);background:#5b8c5a0a}._guideLabel_vcei4_79{text-align:center;color:var(--or-sombre);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem;font-size:.82rem;font-weight:600}._stepsGrid_vcei4_89{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2.5rem 0 3rem;display:grid}@media (width<=768px){._stepsGrid_vcei4_89{grid-template-columns:1fr}}._stepCard_vcei4_102{text-align:center;border:1px solid var(--or-sombre);background:#fff;padding:1.5rem;transition:transform .35s,box-shadow .35s;position:relative}._stepCard_vcei4_102:after{content:"";border:1px solid var(--bleu-nuit);pointer-events:none;position:absolute;inset:4px}._stepIcon_vcei4_119{width:44px;height:44px;color:var(--or-sombre);margin:0 auto 1rem}._stepIcon_vcei4_119 svg{width:100%;height:100%}._stepNum_vcei4_131{font-family:var(--font-display);color:var(--or-sombre);opacity:.5;margin-bottom:.3rem;font-size:2rem;line-height:1}._stepTitle_vcei4_140{margin-bottom:.7rem;font-size:1.1rem}._stepDesc_vcei4_145{color:var(--gris-anthracite);font-size:.88rem;line-height:1.6}._upsellBox_vcei4_151{background:var(--bleu-nuit);color:var(--blanc-casse);border:2px solid var(--bleu-nuit);padding:clamp(1.5rem,4vw,2.5rem);position:relative}._upsellBox_vcei4_151:after{content:"";border:1px solid var(--or-sombre);pointer-events:none;position:absolute;inset:4px}._upsellBox_vcei4_151 h3{font-family:var(--font-display);color:var(--or-sombre);margin-bottom:1rem;font-size:1.2rem}._upsellBox_vcei4_151 p{color:#f7f5f0d9;font-size:.95rem;line-height:1.7}._upsellNote_vcei4_180{opacity:.6;margin-top:1rem;font-size:.85rem;font-style:italic}._page_sgfgo_6{min-height:100vh;padding-top:clamp(5rem,10vw,8rem)}._label_sgfgo_11{text-align:center;color:var(--or-sombre);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.5rem;font-size:.82rem;font-weight:600}._page_sgfgo_6 h1{text-align:center;margin-bottom:.5rem}._content_sgfgo_26{background:#fff;margin-top:2.5rem;padding:clamp(2rem,5vw,3.5rem)}._content_sgfgo_26 h2{border-bottom:1px solid var(--border-subtle);margin-top:2.5rem;margin-bottom:.8rem;padding-bottom:.5rem;font-size:1.25rem}._content_sgfgo_26 h2:first-child{margin-top:0}._content_sgfgo_26 h3{color:var(--bleu-nuit);margin-top:1.8rem;margin-bottom:.5rem;font-size:1.05rem}._content_sgfgo_26 p{color:var(--gris-anthracite);font-size:.95rem;line-height:1.75}._content_sgfgo_26 ul,._content_sgfgo_26 ol{color:var(--gris-anthracite);margin:1rem 0 1rem 1.5rem;font-size:.95rem;line-height:1.75}._content_sgfgo_26 li{margin-bottom:.4em}._content_sgfgo_26 a{color:var(--or-sombre);text-underline-offset:2px;text-decoration:underline}._content_sgfgo_26 a:hover{color:var(--or-sombre-light)}._content_sgfgo_26 strong{color:var(--bleu-nuit)}._lastUpdate_sgfgo_83{color:var(--gris-anthracite);opacity:.5;text-align:right;margin-top:3rem;font-size:.82rem;font-style:italic}
