:root{--blue: #144fee;--blue-hover: #0f3cc0;--blue-soft: #eaf0fe;--blue-border: #a9bef7;--blue-tint: #dce5ff;--blue-tint-2: #e6ecff;--blue-light: #8fb0ff;--gold: #f5b82e;--gold-light: #ffd166;--ink: #1b2a41;--ink-2: #33425b;--ink-3: #4a5a72;--muted: #5b6b82;--faint: #7a889c;--disabled: #aebbd0;--dark: #16233a;--bg: #f4f6fb;--bg-2: #fbfcfe;--border: #e2e8f2;--border-input: #d5ddea;--border-input-2: #c8d2e2;--track: #e3e9f5;--track-2: #dce4f5;--green: #16a34a;--green-text: #067647;--green-deep: #054f31;--green-bg: #ecfdf3;--green-border: #abefc6;--green-bright: #4ade80;--red: #b42318;--red-text: #7a271a;--red-bg: #fdecec;--red-border: #f3c4c4;--amber: #8a5a00;--amber-text: #7a4f00;--amber-deep: #6b4600;--amber-bg: #fff4d6;--diag-green: #1c7d54;--diag-green-bg: #e7f3ec;--diag-amber: #b7791f;--diag-amber-bg: #fbf2dd;--diag-red: #c0392b;--diag-red-bg: #fae9e6;--r-8: 8px;--r-10: 10px;--r-12: 12px;--r-16: 16px;--r-20: 20px;--r-24: 24px;--content: 1120px;--gutter: 160px;--gutter-nav: 64px;--nav-h: 76px;--shadow-card: 0 24px 48px -32px rgba(27, 42, 65, .35);--shadow-blue: 0 24px 48px -24px rgba(20, 79, 238, .25);--shadow-blue-strong: 0 24px 48px -30px rgba(20, 79, 238, .45)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--nav-h) + 16px);font-size:16px}body{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#fff;color:var(--ink);overflow-x:hidden;padding-right:var(--scrollbar-gutter, 0px);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue-hover)}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}button{cursor:pointer}img,svg{display:block;max-width:100%}fieldset{border:none;margin:0;padding:0;min-width:0}legend{padding:0}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--blue);outline-offset:2px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:min(100% - 2 * var(--gutter),var(--content));margin:0 auto}@media(max-width:1280px){:root{--gutter: 64px;--gutter-nav: 32px}}@media(max-width:768px){:root{--gutter: 24px;--gutter-nav: 20px}}@media(max-width:480px){:root{--gutter: 16px;--gutter-nav: 16px}}.eyebrow{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue)}.eyebrow:before{content:"•"}.eyebrow--plain:before{content:none}.eyebrow--gold{color:var(--gold-light)}.eyebrow--muted{color:var(--muted)}.h2{font-size:42px;line-height:1.15;font-weight:800;letter-spacing:-.02em}.h2 .accent,.accent{color:var(--blue)}.h2 .line{display:block}.lead{font-size:17px;color:var(--muted)}@media(max-width:768px){.h2{font-size:32px}}@media(max-width:480px){.h2{font-size:27px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:18px 28px;border-radius:var(--r-10);border:1px solid transparent;font-size:16px;font-weight:700;line-height:1.2;white-space:nowrap;transition:background .15s,color .15s,border-color .15s,box-shadow .15s,transform .15s}.btn svg{flex-shrink:0}.btn-primary{background:var(--blue);color:#fff}.btn-primary:hover{background:var(--blue-hover);color:#fff}.btn-white{background:#fff;color:var(--blue)}.btn-white:hover{color:var(--blue-hover);box-shadow:0 10px 24px -14px #00000059}.btn-outline{background:#fff;border-color:var(--border-input);color:var(--ink);font-weight:600}.btn-outline:hover{border-color:var(--blue);color:var(--blue)}.btn-outline-blue{background:#fff;border:1.5px solid var(--blue);color:var(--blue)}.btn-outline-blue:hover{background:var(--blue-soft);color:var(--blue-hover)}.btn.btn-disabled,.btn.btn-disabled:hover,.btn:disabled,.btn:disabled:hover{background:var(--border-input-2);color:var(--muted);border-color:transparent;box-shadow:none;cursor:pointer}.btn-sm{padding:12px 18px;font-size:14px;font-weight:600;border-radius:var(--r-8)}.btn-block{width:100%}.btn-tall{height:58px;padding-top:0;padding-bottom:0;border-radius:var(--r-12);font-size:17px}.btn-md{height:52px;padding-top:0;padding-bottom:0}.link{font-size:14px;font-weight:700;color:var(--blue);background:none;border:none;padding:0}.link:hover{color:var(--blue-hover)}.link--sm{font-size:13px}.link--muted{color:var(--muted);font-weight:600}.link--muted:hover{color:var(--ink)}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--blue-soft);color:var(--blue)}.pill--outline{background:#fff;border:1px solid var(--blue)}.pill--dark{background:var(--blue);color:#fff}.pill--amber{background:var(--amber-bg);color:var(--amber-text);letter-spacing:0}.pill--red{background:var(--diag-red-bg);color:var(--diag-red);letter-spacing:0}.chip{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;background:#fff;border:1px solid var(--border);border-radius:999px;font-size:13px;font-weight:600;color:var(--ink-2);width:fit-content}.chip-dot{width:8px;height:8px;border-radius:50%;background:var(--gold);flex-shrink:0}.card{background:#fff;border:1px solid var(--border);border-radius:var(--r-16)}.card--xl{border-radius:var(--r-20)}.card--shadow{box-shadow:var(--shadow-card)}.card--blue{border:2px solid var(--blue);box-shadow:var(--shadow-blue-strong)}.card--dark{background:var(--dark);color:#fff;border:none}.field{display:flex;flex-direction:column;gap:6px;min-width:0}.field-label{font-size:13px;font-weight:600}.field-label--lg{font-size:14px;font-weight:700}.field-label--blue{color:var(--blue)}.field-hint{font-size:12px;color:var(--muted)}.input{height:48px;padding:0 14px;border:1.5px solid var(--border-input);border-radius:var(--r-10);background:#fff;font-size:15px;color:var(--ink);width:100%;min-width:0}.input::placeholder{color:var(--faint)}.input--lg{height:52px;padding:0 16px}.input--blue{border-color:var(--blue-border)}.input:focus-visible{outline-offset:0;border-color:var(--blue)}.select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%235B6B82' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px;cursor:pointer;font-weight:600;text-overflow:ellipsis}.select--empty{color:var(--faint);font-weight:400}.select optgroup{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:#fff}.select option{padding:8px 10px;font-size:15px;font-weight:500;color:var(--ink);background:#fff}.select option:disabled{color:var(--faint)}.checkbox-row{display:flex;gap:10px;align-items:flex-start}.checkbox-row input{width:18px;height:18px;margin:2px 0 0;flex-shrink:0;accent-color:var(--blue)}.checkbox-row label{font-size:13px;line-height:1.5;color:var(--ink-3)}.required{color:var(--red)}.optional{font-weight:400;color:var(--muted)}.notice{display:flex;gap:12px;padding:16px;border-radius:var(--r-10);font-size:14px;line-height:1.5}.notice svg{flex-shrink:0;margin-top:1px}.notice--info{background:var(--bg);color:var(--ink-3)}.notice--blue{background:var(--blue-soft);color:var(--ink)}.notice--amber{background:var(--amber-bg);color:var(--amber-deep)}.notice--red{background:var(--red-bg);color:var(--red-text)}.notice--green{background:var(--green-bg);border:1px solid var(--green-border);color:var(--green-deep)}.alert{display:flex;gap:10px;padding:14px 16px;background:var(--red-bg);border-radius:var(--r-10);font-size:13px;color:var(--red-text);font-weight:600}.badge{flex-shrink:0;padding:5px 10px;border-radius:var(--r-8);font-size:12px;font-weight:700;white-space:nowrap}.badge--traiter{background:var(--red-bg);color:var(--red)}.badge--verifier{background:var(--blue-soft);color:var(--blue)}.badge--bonne{background:var(--green-bg);color:var(--green-text)}.badge--non-concerne{background:var(--bg);color:var(--muted)}.tick{width:18px;height:18px;flex-shrink:0;color:var(--green)}.tick--blue{color:var(--blue)}.tick--white{color:#fff}.counter{display:flex;align-items:center;gap:12px}.counter-btn{width:48px;height:48px;border-radius:var(--r-10);border:1.5px solid var(--border-input);background:#fff;font-size:20px;color:var(--ink)}.counter-btn:hover{border-color:var(--blue);color:var(--blue)}.counter-val{width:56px;text-align:center;font-size:20px;font-weight:800}#nav{position:fixed;top:0;left:0;right:0;z-index:200;height:var(--nav-h);padding:0 var(--gutter-nav);display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border-bottom:1px solid var(--border);margin-right:var(--scrollbar-gutter, 0px);transition:box-shadow .3s}#nav.on{box-shadow:0 2px 24px #1b2a4112}.nav-logo{display:flex;align-items:center;gap:14px;flex-shrink:0}.nav-logo-img{height:34px;width:auto}.nav-logo-img--partner{height:40px;max-width:180px;object-fit:contain}.nav-logo-by{font-size:12px;color:var(--muted);white-space:nowrap}.nav-mid{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:32px}.nav-link{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--ink-2);white-space:nowrap;transition:color .2s;background:none;border:none;padding:0}.nav-link:hover,.nav-link.active{color:var(--blue)}.nav-label-short{display:none}.nav-chevron{width:12px;height:12px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s}.nav-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.nav-signup-btn,.nav-login-btn{display:inline-flex;align-items:center;padding:12px 18px;border-radius:var(--r-8);font-size:14px;font-weight:600;white-space:nowrap;transition:background .2s,color .2s,border-color .2s}.nav-signup-btn{border:1px solid var(--border-input);color:var(--ink);background:#fff}.nav-signup-btn:hover{border-color:var(--blue);color:var(--blue)}.nav-login-btn{background:var(--blue);color:#fff}.nav-login-btn:hover{background:var(--blue-hover);color:#fff}.nav-link-btn{background:none;border:none;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:4px}.nav-link-btn.active{color:var(--blue)}.nav-chevron{width:10px;height:10px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .25s;flex-shrink:0}.nav-chevron.open{transform:rotate(180deg)}.mega-menu{position:absolute;top:100%;left:0;right:0;z-index:250;background:#fff;border-top:1px solid var(--border);box-shadow:0 24px 80px #273d5024,0 2px 8px #273d500f;animation:megaIn .2s ease both}@keyframes megaIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}.mega-menu-inner{max-width:1200px;margin:0 auto;padding:36px 48px 44px}.mega-menu-header{margin-bottom:28px;padding-bottom:20px;border-bottom:1px solid var(--border);text-align:center}.mega-menu-title{font-size:1.15rem;font-weight:800;color:var(--ink);letter-spacing:-.01em;margin:0 0 4px}.mega-menu-subtitle{font-size:.82rem;color:var(--muted);margin:0}.mega-menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));justify-content:center;gap:40px;max-width:1200px;margin:0 auto}.mega-menu-section{display:flex;flex-direction:column;gap:8px}.mega-menu-section--wide{grid-column:span 2}.mega-menu-section--wide .mega-section-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 16px}.mega-section-header{display:flex;align-items:flex-start;gap:12px;padding-bottom:8px;border-bottom:1px solid var(--border)}.mega-section-icon{width:22px;height:22px;flex-shrink:0;color:var(--blue);margin-top:1px}.mega-section-text{flex:1;min-width:0}.mega-section-title{font-size:.88rem;font-weight:800;color:var(--ink);margin:0 0 2px;letter-spacing:.02em}.mega-section-desc{font-size:.7rem;color:var(--muted);margin:0;line-height:1.4}.mega-section-list{display:flex;flex-direction:column;gap:4px}.mega-partner-link{display:flex;align-items:center;gap:12px;padding:10px 14px;border-radius:10px;text-decoration:none;transition:background .15s,transform .15s}.mega-partner-link:hover{background:var(--bg);transform:translate(4px)}.mega-partner-logo{width:36px;height:36px;object-fit:contain;border-radius:6px;background:#fff;border:1px solid var(--border);padding:4px;flex-shrink:0}.mega-partner-name{font-size:.85rem;font-weight:600;color:var(--ink);flex:1}.mega-partner-arrow{font-size:.8rem;color:var(--muted);opacity:0;transition:opacity .15s,transform .15s}.mega-partner-link:hover .mega-partner-arrow{opacity:1;transform:translate(3px)}.mobile-link-toggle{background:none;border:none;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:space-between;width:100%;text-align:left}.mobile-link-toggle.active{color:var(--blue)}.mobile-mega-panel{display:flex;flex-direction:column;gap:16px;padding:8px 0 8px 12px;border-left:2px solid rgba(20,79,238,.15);margin-left:14px;animation:megaIn .2s ease both}.mobile-mega-section{display:flex;flex-direction:column;gap:2px}.mobile-mega-label{font-size:.7rem;font-weight:700;color:var(--blue);letter-spacing:.08em;text-transform:uppercase;padding:4px 0 6px;display:flex;align-items:center;gap:6px}.mobile-mega-label .mega-section-icon{width:16px;height:16px}.mobile-mega-link{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:8px;text-decoration:none;font-size:.85rem;font-weight:500;color:var(--ink);transition:background .15s}.mobile-mega-link:hover{background:var(--bg)}.mobile-mega-logo{width:28px;height:28px;object-fit:contain;border-radius:5px;background:#fff;border:1px solid var(--border);padding:3px;flex-shrink:0}.burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:36px;height:36px;padding:6px;background:none;border:1.5px solid var(--border);border-radius:8px;cursor:pointer;flex-shrink:0;transition:border-color .2s}.burger:hover{border-color:var(--blue)}.burger span{display:block;height:2px;width:100%;background:var(--ink);border-radius:2px;transition:transform .3s,opacity .3s;transform-origin:center}.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:190;background:#273d5059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;pointer-events:none;transition:opacity .3s}.mobile-backdrop.visible{opacity:1;pointer-events:auto}.mobile-drawer{position:fixed;top:0;right:0;z-index:195;width:300px;max-width:85vw;height:100dvh;background:#fff;box-shadow:-8px 0 40px #273d501f;display:flex;flex-direction:column;padding:88px 28px 32px;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}.mobile-drawer.open{transform:translate(0)}.mobile-drawer-links{display:flex;flex-direction:column;gap:4px;flex:1;overflow-y:auto}.mobile-link{font-size:.92rem;font-weight:600;color:var(--ink);text-decoration:none;padding:12px 14px;border-radius:8px;transition:background .15s,color .15s}.mobile-link:hover{background:var(--bg);color:var(--blue)}.mobile-drawer-actions{display:flex;flex-direction:column;gap:10px;padding-top:20px;border-top:1px solid var(--border);margin-top:12px}.mobile-drawer-actions .nav-login-btn,.mobile-drawer-actions .nav-signup-btn{text-align:center;display:block}@media(max-width:1500px){.nav-mid{gap:18px}.nav-label-full{display:none}.nav-label-short{display:inline}.nav-link{font-size:13px}.nav-signup-btn,.nav-login-btn{padding:9px 12px;font-size:13px}.nav-actions{gap:8px}}@media(max-width:1140px){.mega-menu-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}}@media(max-width:1060px){.mega-menu-grid{grid-template-columns:minmax(240px,360px);gap:24px}.mega-menu-section--wide{grid-column:auto}.mega-menu-section--wide .mega-section-list{grid-template-columns:minmax(0,1fr)}.mega-menu-inner{padding:24px 28px 32px}}@media(max-width:1024px){:root{--nav-h: 64px}}@media(max-width:1024px){.nav-mid,.nav-actions,.mega-menu{display:none}.burger{display:flex}.nav-logo-by{display:none}}@media(max-width:480px){:root{--nav-h: 58px}.nav-logo-img{height:26px}.nav-logo-img--partner{height:32px}.burger{width:36px;height:36px;padding:9px 8px}}.section-head{display:flex;flex-direction:column;gap:14px}.section-head--center{align-items:center;text-align:center}.h2--white,.h2--white .line{color:#fff}.hero{background:var(--bg);padding:calc(var(--nav-h) + 88px) 0 64px}.hero-inner{display:flex;flex-direction:column;gap:72px}.hero-grid{display:flex;align-items:center;gap:72px}.hero-copy{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:28px}.hero-title{font-size:56px;line-height:1.08;font-weight:800;letter-spacing:-.02em}.hero-title-line{display:block}.hero-lede{font-size:19px;line-height:1.6;color:var(--ink-3);max-width:560px}.hero-cta{display:flex;align-items:center;gap:24px;margin-top:8px;flex-wrap:wrap}.hero-cta-link{font-size:15px;font-weight:600}.hero-meta{display:flex;flex-wrap:wrap;gap:8px 0;list-style:none;font-size:13px;font-weight:500;color:var(--muted)}.hero-meta li+li:before{content:"·";margin:0 20px}.hero-cobrand{display:flex;align-items:center;gap:12px;width:fit-content}.hero-cobrand-logo{height:40px;width:auto;max-width:200px;object-fit:contain}.hero-cobrand-logo--wide{height:56px;max-width:320px}.hero-cobrand-x{font-size:22px;color:var(--muted)}.hero-card{width:440px;flex-shrink:0;background:#fff;border:1px solid var(--border);border-radius:var(--r-20);padding:32px;display:flex;flex-direction:column;gap:24px;box-shadow:var(--shadow-blue)}.hero-card-head{display:flex;justify-content:space-between;align-items:center}.hero-card-kicker{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.hero-card-kicker--blue{color:var(--blue);letter-spacing:.1em}.hero-card-gauge{display:flex;align-items:center;gap:24px}.hero-card-gauge-text{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.hero-card-gauge-text b{font-size:16px;font-weight:700}.hero-card-gauge-text span{font-size:14px;line-height:1.5;color:var(--muted)}.hero-card-rows{display:flex;flex-direction:column;gap:10px}.hero-card-row{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:var(--bg);border-radius:var(--r-10);font-size:14px}.hero-card-row b{font-size:12px;font-weight:700}.is-red{color:var(--red)}.is-amber{color:var(--amber)}.hero-card--conditions{border:2px solid var(--blue);gap:20px;box-shadow:0 24px 48px -24px #144fee4d}.hero-card--conditions hr{border:none;height:1px;background:var(--border)}.hero-conditions-price{display:flex;flex-direction:column;gap:4px}.hero-conditions-from{font-size:13px;font-weight:600;color:var(--muted)}.hero-conditions-amount{display:flex;align-items:baseline;gap:8px}.hero-conditions-amount b{font-size:44px;font-weight:800;letter-spacing:-.02em;line-height:1.1}.hero-conditions-amount span{font-size:15px;color:var(--muted)}.hero-conditions-discount{font-size:14px;font-weight:600;color:var(--green-text)}.hero-conditions-list{list-style:none;display:flex;flex-direction:column;gap:10px;font-size:14px;line-height:1.5}.hero-conditions-list li{display:flex;gap:10px}.hero-conditions-list .tick{margin-top:2px}.hero-partners{display:flex;flex-direction:column;align-items:center;gap:28px;text-align:center}.hero-partners-feds{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.hero-partners-fed{padding:18px 28px;background:#fff;border:1px solid var(--border);border-radius:var(--r-12);display:flex;align-items:center}.hero-partners-fed img{height:44px;width:auto;max-width:220px;object-fit:contain}.hero-partners-networks{display:flex;gap:48px;align-items:center;flex-wrap:wrap;justify-content:center}.hero-partners-networks img{height:30px;width:auto;max-width:140px;object-fit:contain}.stats{padding:48px 0;border-bottom:1px solid var(--border)}.stats-grid{display:flex;justify-content:center;align-items:stretch}.stat{width:300px;display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}.stat-n{font-size:44px;font-weight:800;color:var(--blue);letter-spacing:-.02em;line-height:1.1}.stat-l{font-size:14px;color:var(--muted)}.stat-sep{width:1px;background:var(--border)}.concerned{padding:104px 0}.concerned .container{display:flex;flex-direction:column;gap:48px}.concerned-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.concerned-card{padding:28px;display:flex;flex-direction:column;gap:14px}.concerned-icon{width:48px;height:48px;border-radius:var(--r-12);background:var(--blue-soft);color:var(--blue);display:flex;align-items:center;justify-content:center}.concerned-card h3{font-size:19px;font-weight:700}.concerned-card p{font-size:15px;line-height:1.6;color:var(--muted)}.obligations{padding:0 0 104px}.obligations-box{display:flex;gap:64px;align-items:center;padding:56px;background:var(--bg);border-radius:var(--r-24)}.obligations-copy{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:18px}.obligations-title{font-size:36px;line-height:1.2;font-weight:800;letter-spacing:-.02em}.obligations-copy p{font-size:17px;line-height:1.65;color:var(--ink-3)}.obligations-aside{width:520px;flex-shrink:0;display:flex;flex-direction:column;gap:14px}.obligations-list{padding:28px 32px;display:flex;flex-direction:column;gap:16px}.obligations-cost{padding:0 4px;font-size:14px;line-height:1.5;font-weight:600;color:var(--ink-3)}.obligations-duty-btn{text-align:left;font-size:15px;line-height:1.5;font-weight:600}.obligations-list b{font-size:14px;font-weight:700}.obligations-list ul{list-style:none;display:flex;flex-direction:column;gap:16px}.obligations-list li{display:flex;gap:12px;align-items:flex-start;font-size:15px;line-height:1.5}.obligations-list .tick{margin-top:1px}.risks{background:var(--blue);color:#fff;padding:104px 0}.risks .container{display:flex;flex-direction:column;gap:48px}.risks-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.risk{padding:28px;border-radius:var(--r-16);background:#ffffff14;border:1px solid rgba(255,255,255,.22);display:flex;flex-direction:column;gap:16px}.risk-kicker{font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--blue-tint);min-height:2.6em;line-height:1.3;display:flex;align-items:flex-end}.risk-main{display:flex;flex-direction:column;gap:4px}.risk-n{font-size:40px;font-weight:800;letter-spacing:-.02em;line-height:1.15}.risk p{font-size:15px;line-height:1.5;color:var(--blue-tint-2)}.footnote-ref{color:inherit;font-weight:700;margin-left:2px}.footnote-ref sup{font-size:.65em;line-height:0;vertical-align:super}.risk hr{border:none;height:1px;background:#fff3}.risks-decisions{padding:36px 40px;border-radius:var(--r-16);background:#fff;color:var(--ink);display:flex;gap:48px;align-items:center}.risks-decisions-head{width:260px;flex-shrink:0;display:flex;flex-direction:column;gap:8px}.risks-decisions-head b{font-size:22px;font-weight:800;line-height:1.3}.risks-decision{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:6px;padding-left:32px;border-left:1px solid var(--border)}.risks-decision-n{font-size:28px;font-weight:800;color:var(--blue)}.risks-decision p{font-size:15px;line-height:1.55;color:var(--ink-3)}.risks-foot{display:flex;justify-content:space-between;align-items:center;gap:32px}.risks-foot p{font-size:19px;line-height:1.55;max-width:720px}.risks-foot .btn{flex-shrink:0}.offer{padding:104px 0}.offer-inner{display:flex;flex-direction:column;align-items:center;gap:40px}.offer-lede{font-size:18px;color:var(--ink-3)}.offer-lede strong{color:var(--ink)}.offer-modules-nav{display:flex;align-items:center;gap:12px;margin-top:6px;flex-wrap:wrap;justify-content:center}.offer-module-chip{padding:10px 18px;border-radius:999px;font-size:13px;font-weight:700;border:1.5px solid}.offer-module-chip--light{background:#fff;border-color:var(--blue);color:var(--blue)}.offer-module-chip--dark{background:var(--dark);border-color:var(--dark);color:#fff}.offer-module-chip--dark:hover{color:#fff;background:#22304a}.offer-plus{border-radius:50%;background:var(--gold);color:var(--ink);font-weight:800;display:flex;align-items:center;justify-content:center}.offer-plus--sm{width:32px;height:32px;font-size:18px}.offer-plus--between{width:56px;height:56px;margin:-20px 0;border:6px solid #fff;font-size:26px;box-sizing:content-box;position:relative;z-index:1}.offer-video{width:960px;max-width:100%;display:flex;flex-direction:column;gap:16px}.offer-chapters{list-style:none;display:flex;gap:10px;justify-content:center;flex-wrap:wrap}.offer-chapter{padding:10px 16px;border:1px solid var(--border);border-radius:999px;font-size:13px;font-weight:600;color:var(--ink-2)}.offer-cta{margin-top:16px}.perma-video{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:var(--r-20);overflow:hidden;background:var(--dark)}.perma-video-media{width:100%;height:100%;object-fit:cover;display:block}.perma-video-cover{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;padding:24px;background:var(--dark);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;cursor:pointer}.perma-video-play{width:96px;height:96px;border-radius:50%;background:var(--blue);position:relative;transition:transform .2s,background .2s}.perma-video-play:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-42%,-50%);border-style:solid;border-width:14px 0 14px 24px;border-color:transparent transparent transparent #fff}.perma-video-cover:hover .perma-video-play{transform:scale(1.05);background:var(--blue-hover)}.perma-video-title{font-size:28px;font-weight:800;text-align:center}.perma-video-sub{font-size:15px;color:#c9d3e6}.perma-video-dur{order:3;padding:6px 12px;border-radius:999px;background:#ffffff24;font-size:13px;font-weight:600}.perma-video--fallback{aspect-ratio:auto}.perma-video-fallback{padding:40px 24px;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;color:#fff}.perma-video-fallback b{font-size:20px}.perma-video-fallback span{font-size:14px;color:#c9d3e6}.module{width:100%;border-radius:var(--r-24);padding:56px}.module--light{background:var(--bg);border:1px solid var(--border);display:flex;flex-direction:column;gap:40px}.module-head{display:flex;justify-content:space-between;align-items:flex-end;gap:48px}.module-head-copy{display:flex;flex-direction:column;gap:16px}.module-head-copy .pill{align-self:flex-start}.module-head h3,.module-dark-copy h3{font-size:34px;line-height:1.2;font-weight:800;letter-spacing:-.02em}.module-head>p{width:400px;flex-shrink:0;font-size:16px;line-height:1.6;color:var(--ink-3)}.module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.module-card{padding:32px;display:flex;flex-direction:column;gap:14px}.module-card--alur{border-color:var(--blue)}.module-icon{width:48px;height:48px;border-radius:var(--r-12);background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center}.module-card h4{font-size:20px;font-weight:800}.module-card p{font-size:15px;line-height:1.65;color:var(--ink-3)}.module-equation{display:flex;align-items:center;gap:10px;padding:12px 14px;background:var(--blue-soft);border-radius:var(--r-10);font-size:13px;flex-wrap:wrap}.module-equation b{font-weight:600}.module-equation span{color:var(--muted);font-weight:500}.module-decl{font-size:11px;color:var(--faint)}.module--dark{background:var(--dark);color:#fff;display:flex;gap:56px;align-items:center}.module-dark-copy{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:18px}.module-dark-copy .pill{align-self:flex-start}.module-dark-copy p{font-size:16px;line-height:1.65;color:#c9d3e6}.accent-light{color:var(--blue-light)}.module-included{align-self:flex-start;display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:var(--r-10);background:#ffffff14;border:1px solid rgba(255,255,255,.18);font-size:14px;font-weight:600}.module-included .tick{color:var(--green-bright)}.module-more{align-self:flex-start;background:none;border:none;padding:0;font-size:15px;font-weight:700;color:var(--blue-light)}.module-more:hover{color:#fff}.module-events{width:500px;flex-shrink:0;display:flex;flex-direction:column;gap:12px}.module-event{display:flex;gap:16px;align-items:flex-start;padding:22px;background:#fff;border-radius:14px;color:var(--ink)}.module-event-icon{width:40px;height:40px;flex-shrink:0;border-radius:var(--r-10);display:flex;align-items:center;justify-content:center}.module-event-icon--red{background:var(--red-bg);color:var(--red)}.module-event-icon--amber{background:var(--amber-bg);color:var(--amber)}.module-event-icon--blue{background:var(--blue-soft);color:var(--blue)}.module-event-body{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:6px}.module-event-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.module-event-head b{font-size:17px;font-weight:800}.module-event-delay{padding:6px 10px;background:var(--dark);border-radius:var(--r-8);font-size:12px;font-weight:700;color:#fff;white-space:nowrap}.module-event p{font-size:14px;line-height:1.5;color:var(--muted)}.assistance-cases{display:flex;flex-direction:column;gap:16px;margin-top:20px}.assistance-case{padding:18px 20px;background:var(--bg);border-radius:var(--r-12);display:flex;flex-direction:column;gap:6px}.assistance-case h4{font-size:16px;font-weight:800}.assistance-case p{text-align:justify;-webkit-hyphens:auto;hyphens:auto;font-size:14px;line-height:1.6;color:var(--ink-3)}.modal-note{margin-top:18px;font-size:13px;color:var(--muted)}.testimonials{background:var(--bg);padding:104px 0}.testimonials .container{display:flex;flex-direction:column;gap:40px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.testimonial{padding:28px;display:flex;flex-direction:column;gap:18px;justify-content:space-between}.testimonial-body{display:flex;flex-direction:column;gap:14px}.testimonial-stars{font-size:16px;color:var(--gold);letter-spacing:2px}.testimonial p{font-size:15px;line-height:1.65;color:var(--ink-2)}.testimonial-author{display:flex;flex-direction:column;gap:2px}.testimonial-author b{font-size:14px;font-weight:700}.testimonial-author span{font-size:12px;color:var(--muted)}.pricing{padding:104px 0}.pricing-inner{display:flex;flex-direction:column;align-items:center;gap:40px}.pricing-from{font-size:18px;font-weight:600;color:var(--ink)}.pricing-checks{list-style:none;width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;padding:20px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pricing-checks li{display:flex;gap:12px;align-items:flex-start}.pricing-checks li>span{display:flex;flex-direction:column;gap:2px}.pricing-checks b{font-size:14px;font-weight:700}.pricing-checks span span{font-size:13px;color:var(--muted)}.pricing-card{width:640px;max-width:100%;padding:32px;display:flex;flex-direction:column;gap:24px}.pricing-card-head{display:flex;flex-direction:column;gap:10px;align-items:center;text-align:center}.pricing-card-head b{font-size:18px;font-weight:700}.pricing-card-head span{font-size:14px;color:var(--muted)}.pricing-recognized{padding:12px 14px;font-weight:600;align-items:center}.pricing-card-meta{display:flex;justify-content:center;gap:20px;font-size:13px;color:var(--muted);flex-wrap:wrap}.pricing-card-alt{text-align:center;font-size:14px;font-weight:600}.pricing-search{position:relative}.pricing-search-pop{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:5;background:#fff;border:1px solid var(--border);border-radius:var(--r-12);box-shadow:var(--shadow-card);padding:8px;max-height:312px;overflow-y:auto}.pricing-search-list{display:flex;flex-direction:column;gap:6px}.pricing-search-note{display:flex;align-items:center;gap:8px;padding:8px 8px 8px 10px;font-size:13px;line-height:1.5;color:var(--muted)}.pricing-picked{align-items:center;justify-content:space-between;gap:12px;padding:14px 16px}.pricing-picked-text{display:flex;flex-direction:column;gap:2px;margin-right:auto;min-width:0}.pricing-picked-text b{font-size:14px;font-weight:700;color:var(--ink)}.pricing-picked-text span{font-size:13px;color:var(--muted)}.faq{background:var(--bg);padding:104px 0}.faq .container{display:flex;flex-direction:column;gap:40px}.faq-theme{display:flex;flex-direction:column;gap:14px}.faq-theme-label{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue)}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:start}.faq-item{background:#fff;border:1px solid var(--border);border-radius:var(--r-12);padding:20px 22px;display:flex;flex-direction:column;gap:12px}.faq-item.is-open{border-color:var(--blue)}.faq-q{width:100%;background:none;border:none;padding:0;display:flex;justify-content:space-between;gap:16px;text-align:left;font-size:15px;font-weight:600;color:var(--ink)}.faq-item.is-open .faq-q{font-weight:700}.faq-sign{color:var(--muted);flex-shrink:0}.faq-item.is-open .faq-sign{color:var(--blue);font-size:18px;line-height:1}.faq-a{font-size:14px;line-height:1.65;color:var(--ink-3)}.final-cta{padding:104px 0}.final-cta-inner{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}.final-cta-inner p{font-size:18px;color:var(--muted)}.final-cta-row{display:flex;gap:14px;margin-top:12px;flex-wrap:wrap;justify-content:center}.footnotes{padding:20px 0;border-top:1px solid var(--border);background:var(--bg);font-size:12px;color:var(--muted)}.footnote{scroll-margin-top:calc(var(--nav-h) + 16px)}.partner-event{padding:104px 0 0}.partner-event-box{display:flex;gap:56px;align-items:center;padding:56px}.partner-event-copy{flex:1 1 0;min-width:0;display:flex;flex-direction:column;gap:16px}.partner-event-title{font-size:34px;line-height:1.2;font-weight:800;letter-spacing:-.02em}.partner-event-copy p{font-size:16px;line-height:1.65;color:var(--ink-3)}.partner-event-cta{align-self:flex-start;margin-top:6px;padding:16px 24px;font-size:15px}.partner-event-bullets,.partner-event-webinars{width:420px;flex-shrink:0;list-style:none;display:flex;flex-direction:column;gap:12px}.partner-event-bullets li{display:flex;gap:14px;padding:18px 20px;background:var(--bg);border-radius:var(--r-12);font-size:14px;line-height:1.5}.partner-event-bullets .tick{margin-top:2px}.partner-event-webinar{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;background:var(--bg);border-radius:var(--r-12)}.partner-event-webinar>div{display:flex;flex-direction:column;gap:3px}.partner-event-webinar-when{font-size:12px;font-weight:700;color:var(--blue)}.partner-event-webinar b{font-size:15px}@media(max-width:1280px){.hero-title{font-size:48px}.hero-grid{gap:48px}.hero-card{width:400px}.module{padding:40px}.module-events{width:440px}}@media(max-width:1024px){.hero{padding-top:calc(var(--nav-h) + 56px)}.hero-grid{flex-direction:column;align-items:stretch}.hero-card{width:100%;max-width:520px}.hero-inner{gap:56px}.concerned,.offer,.testimonials,.pricing,.faq,.final-cta,.risks{padding:72px 0}.obligations{padding-bottom:72px}.partner-event{padding-top:72px}.concerned-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.obligations-box,.partner-event-box{flex-direction:column;align-items:stretch;padding:36px;gap:32px}.obligations-aside,.partner-event-bullets,.partner-event-webinars{width:100%}.risks-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.risks-decisions{flex-direction:column;align-items:stretch;gap:24px;padding:28px}.risks-decisions-head{width:100%}.risks-decision{padding-left:0;border-left:none;padding-top:20px;border-top:1px solid var(--border)}.risks-foot{flex-direction:column;align-items:flex-start}.module-head{flex-direction:column;align-items:flex-start;gap:16px}.module-head>p{width:auto}.module-grid,.testimonials-grid{grid-template-columns:1fr}.module--dark{flex-direction:column;align-items:stretch}.module-events{width:100%}.pricing-checks{grid-template-columns:1fr;gap:16px}.faq-grid{grid-template-columns:1fr}.stat{width:auto;flex:1 1 0}}@media(max-width:640px){.hero-title{font-size:36px}.hero-lede{font-size:17px}.hero-meta li+li:before{margin:0 10px}.hero-card{padding:24px}.hero-partners-networks{gap:24px}.stats-grid{flex-direction:column;gap:24px}.stat-sep{display:none}.concerned-grid{grid-template-columns:1fr}.obligations-box,.partner-event-box{padding:24px;border-radius:var(--r-16)}.obligations-title,.module-head h3,.module-dark-copy h3,.partner-event-title{font-size:26px}.module{padding:24px;border-radius:var(--r-16)}.module-card{padding:24px}.module-event{flex-direction:column}.module-event-head{flex-direction:column;align-items:flex-start;gap:8px}.perma-video-title{font-size:20px}.perma-video-play{width:64px;height:64px}.perma-video-play:after{border-width:10px 0 10px 17px}.risks-grid{grid-template-columns:1fr}.risk-n{font-size:32px}.risks-decisions,.pricing-card{padding:24px}.final-cta-row .btn,.offer-cta{width:100%}}.flow{min-height:100vh;display:flex;flex-direction:column;background:var(--bg)}.flow-body{flex:1 1 auto;padding:40px var(--gutter);display:flex;flex-direction:column;align-items:center}.flow-main{width:100%;max-width:800px;display:flex;flex-direction:column;align-items:stretch;gap:28px}.flow-main--narrow{max-width:720px;gap:24px}.flow-intro{display:flex;flex-direction:column;gap:12px;text-align:center;align-items:center}.flow-intro--center{gap:10px}.flow-title{font-size:38px;line-height:1.15;font-weight:800;letter-spacing:-.02em}.flow-title--sm{font-size:32px}.flow-lede{font-size:17px;line-height:1.6;color:var(--ink-3)}.flow-card{padding:40px;display:flex;flex-direction:column;gap:28px}.flow-actions{display:flex;flex-direction:column;gap:16px}.flow-reassure{list-style:none;display:flex;justify-content:center;gap:24px;font-size:13px;color:var(--muted);flex-wrap:wrap}.flow-reassure li{display:flex;gap:6px;align-items:center}.flow-sticky{display:none}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.flow-header{background:#fff;border-bottom:1px solid var(--border)}.flow-header-desktop{height:var(--nav-h);padding:0 var(--gutter-nav);display:flex;align-items:center;justify-content:space-between;gap:16px}.flow-logo{width:260px;display:flex;align-items:center;gap:12px;flex-shrink:0}.flow-logo img{height:34px;width:auto}.flow-logo .flow-logo-partner{height:40px;max-width:180px;object-fit:contain}.flow-logo-by{font-size:12px;color:var(--muted);white-space:nowrap}.flow-steps,.flow-steps-item{display:flex;align-items:center}.flow-steps-bar{width:40px;height:2px;background:var(--border-input);margin:0 14px}.flow-steps-bar.is-done{background:var(--green)}.flow-step{display:flex;align-items:center;gap:10px}.flow-step-dot{width:28px;height:28px;border-radius:50%;border:1.5px solid var(--border-input-2);color:var(--muted);font-size:13px;font-weight:600;display:flex;align-items:center;justify-content:center}.flow-step-label{font-size:14px;font-weight:500;color:var(--muted)}.flow-step.is-active .flow-step-dot{background:var(--blue);border-color:var(--blue);color:#fff;font-weight:700}.flow-step.is-active .flow-step-label{color:var(--blue);font-weight:700}.flow-step.is-done .flow-step-dot{background:var(--green);border-color:var(--green);color:#fff}.flow-step.is-done .flow-step-label{color:var(--ink);font-weight:600}.flow-header-title{font-size:14px;font-weight:700;color:var(--blue)}.flow-header-right{width:260px;flex-shrink:0;display:flex;justify-content:flex-end;font-size:14px;color:var(--muted)}.flow-header-mobile{display:none}.flow-progress{height:8px;border-radius:999px;background:var(--track);overflow:hidden}.flow-progress-fill{height:100%;border-radius:999px;background:var(--blue);transition:width .25s}.flow-footer{min-height:56px;padding:12px var(--gutter-nav);display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fff;border-top:1px solid var(--border);font-size:13px;color:var(--muted);flex-wrap:wrap}.flow-footer-links{display:flex;gap:24px;flex-wrap:wrap}.toggle{height:48px;padding:0 18px;border-radius:var(--r-10);border:1.5px solid var(--border-input);background:#fff;color:var(--ink);font-size:15px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px}.toggle:hover{border-color:var(--blue-border)}.toggle.is-on{border-color:var(--blue);background:var(--blue-soft);color:var(--blue);font-weight:700}.toggle:disabled{cursor:default}.option{width:100%;min-height:64px;padding:14px 24px;border-radius:var(--r-12);border:1.5px solid var(--border-input);background:#fff;font-size:17px;font-weight:600;color:var(--ink);text-align:left;display:flex;align-items:center;justify-content:space-between;gap:16px}.option:hover{border-color:var(--blue-border)}.option.is-on{border-color:var(--blue);background:var(--blue-soft);color:var(--blue);font-weight:700}.option-radio{width:22px;height:22px;flex-shrink:0;border-radius:50%;border:1.5px solid currentColor;position:relative}.option.is-on .option-radio:after{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:currentColor}.agency-search{display:flex;flex-direction:column;gap:10px}.agency-search-row{display:flex;gap:10px}.agency-search-btn{height:52px;padding:0 22px;font-size:15px;flex-shrink:0}.agency-hint{font-size:13px}.agency-loading{align-items:center}.agency-results{display:flex;flex-direction:column;gap:8px}.agency-results-list{display:flex;flex-direction:column;gap:8px;max-height:336px;overflow-y:auto;padding-right:4px}.agency-result{width:100%;text-align:left;padding:14px 16px;background:#fff;border:1.5px solid var(--border-input);border-radius:var(--r-10);display:flex;justify-content:space-between;align-items:center;gap:12px}.agency-result:hover{border-color:var(--blue)}.agency-result-text{display:flex;flex-direction:column;gap:2px;min-width:0}.agency-result-text b{font-size:14px;font-weight:700}.agency-result-text span{font-size:12px;color:var(--muted)}.agency-result-choose{font-size:13px;font-weight:600;color:var(--blue);flex-shrink:0}.agency-manual-link{align-self:flex-start;margin-top:4px}.agency-error{display:flex;flex-direction:column;gap:14px}.agency-error-text{display:flex;flex-direction:column;gap:6px}.agency-error-text b{font-size:14px;font-weight:700}.agency-error-text span{font-size:13px;line-height:1.5}.agency-error-actions{display:flex;gap:12px;align-items:center}.agency-manual{display:flex;flex-direction:column;gap:12px;padding-top:16px;border-top:1px solid var(--border)}.agency-manual b{font-size:14px;font-weight:700}.agency-manual-row{display:flex;gap:16px}.agency-manual-row .field{flex:1 1 0}.agency-manual-btn{align-self:flex-start}.agency-confirmed{align-items:center;justify-content:space-between;padding:14px 16px}.agency-confirmed-main{display:flex;align-items:center;gap:12px}.agency-confirmed-text{display:flex;flex-direction:column;gap:2px}.agency-confirmed-text b{font-size:14px;font-weight:700;color:var(--ink)}.agency-confirmed-text span{font-size:13px;color:var(--muted)}.agency-activities{display:flex;flex-direction:column;gap:10px}.agency-activities-legend{display:flex;justify-content:space-between;align-items:baseline;gap:16px;width:100%;font-size:14px;font-weight:700;margin-bottom:10px;flex-wrap:wrap}.agency-activities-hint{font-size:12px;font-weight:500;color:var(--muted)}.agency-activities-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.agency-membership{display:flex;flex-direction:column;gap:12px;border:0;padding:0;margin:0}.agency-agents{display:flex;flex-direction:column;gap:10px}.agency-agents>b{font-size:14px;font-weight:700}.agency-agents-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.agency-agents-hint{flex:1 1 200px}.question-progress{display:flex;flex-direction:column;gap:10px}.question-progress-labels{display:flex;justify-content:space-between;font-size:13px;font-weight:600;color:var(--muted)}.question-card{padding:44px;min-height:622px}.question-tag{align-self:flex-start}.question-text{font-size:26px;line-height:1.35;font-weight:800;letter-spacing:-.01em;min-height:calc(3 * 1.35em);margin-bottom:20px}.question-options{display:flex;flex-direction:column;gap:12px}.question-why{display:flex;gap:14px;padding:18px 20px;background:var(--bg);border-radius:var(--r-12);margin-top:auto}.question-why--error{align-items:center;background:var(--red-bg);color:var(--red-text)}.question-why--error span{color:inherit;font-weight:600}.question-why svg{flex-shrink:0}.question-why div{display:flex;flex-direction:column;gap:4px}.question-why b{font-size:14px;font-weight:700}.question-why span{font-size:14px;line-height:1.6;color:var(--ink-3)}.question-nav{display:flex;justify-content:space-between;align-items:center;gap:16px}.question-prev{display:inline-flex;align-items:center;gap:4px;font-size:14px}.question-prev-icon{display:none}.question-next{padding:14px 28px;font-size:15px}.contact-card{gap:22px}.contact-legend{font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.contact-fields{display:flex;flex-direction:column;gap:16px}.contact-row{display:flex;gap:16px}.contact-row .field{flex:1 1 0}.privacy{display:flex;flex-direction:column;gap:10px}.privacy-toggle{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:0;font-size:12px;font-weight:600;color:var(--muted)}.privacy-toggle:hover{color:var(--blue)}.privacy-chevron{transition:transform .2s}.privacy-chevron.is-open{transform:rotate(180deg)}.privacy-text{display:flex;flex-direction:column;gap:8px;font-size:12px;line-height:1.6;color:var(--muted)}.result{max-width:1200px;flex-direction:row;align-items:flex-start;justify-content:center;gap:36px}.result-main{width:764px;max-width:100%;display:flex;flex-direction:column;gap:20px}.result-head{display:flex;align-items:center;gap:24px}.result-head-text{display:flex;flex-direction:column;gap:12px;min-width:0}.score{flex-shrink:0}.result-band{align-self:flex-start;padding:5px 10px;border-radius:var(--r-8);font-size:12px;font-weight:700}.result-kicker{font-size:13px;color:var(--muted)}.result-title{font-size:34px;line-height:1.2;font-weight:800;letter-spacing:-.02em}.result-disclaimer{font-size:14px;line-height:1.6;color:var(--muted)}.result-list{overflow:hidden}.result-list-head{padding:14px 24px;background:var(--bg);border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:12px;font-weight:700}.result-list-head span:first-child{letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.result-list-head span:last-child{color:var(--ink-3)}.point{border-bottom:1px solid var(--border)}.point:last-of-type{border-bottom:none}.point-summary{list-style:none;cursor:pointer;padding:18px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px}.point-summary::-webkit-details-marker{display:none}.point-summary-text{display:flex;flex-direction:column;gap:3px;min-width:0}.point-kicker{font-size:12px;font-weight:600;color:var(--muted)}.point-summary-text b{font-size:16px;font-weight:700}.point-summary-right{display:flex;align-items:center;gap:14px;flex-shrink:0}.point-chevron{color:var(--muted);transition:transform .15s ease}.point[open] .point-chevron{transform:rotate(180deg)}.point-body{padding:0 24px 20px;display:flex;flex-direction:column;gap:10px}.point-row{display:flex;gap:10px;font-size:14px;line-height:1.6}.point-row>span:first-child{width:128px;flex-shrink:0;font-weight:700;color:var(--muted)}.point-row>span:last-child{color:var(--ink-3)}.point-row-answer{color:var(--ink)!important}.point-edit{align-self:flex-start;margin-left:138px}.point-settled{border-top:1px solid var(--border);background:var(--bg)}.point-settled-summary{list-style:none;cursor:pointer;padding:14px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:14px;font-weight:600;color:var(--muted)}.point-settled-summary::-webkit-details-marker{display:none}.point-settled-summary:hover{color:var(--ink-3)}.point-settled[open] .point-settled-summary{border-bottom:1px solid var(--border)}.point-settled[open]>.point-settled-summary .point-chevron{transform:rotate(180deg)}.point-settled-list{background:#fff}.point-settled-list .point:last-of-type{border-bottom:none}.result-links{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.result-aside{width:400px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.result-offer{padding:26px;display:flex;flex-direction:column;gap:16px}.result-offer-title{font-size:21px;font-weight:800;letter-spacing:-.02em;line-height:1.25;color:var(--ink)}.result-offer-price{display:flex;flex-direction:column;gap:4px}.result-offer-amount{display:flex;align-items:baseline;gap:8px}.result-offer-amount b{font-size:36px;font-weight:800;letter-spacing:-.02em;line-height:1.1}.result-offer-amount span{font-size:15px;color:var(--muted)}.result-offer-renewal{font-size:15px;font-weight:600;color:var(--ink-3)}.result-offer-note{font-size:12px;color:var(--green-text);font-weight:600}.result-offer-included{font-size:14px;line-height:1.55;color:var(--ink-3)}.result-offer-video{white-space:nowrap}.result-offer-included .link{font-size:inherit;line-height:inherit;text-decoration:underline}.result-offer-pending{padding:14px 16px;border-radius:var(--r-12);background:var(--bg);font-size:14px;line-height:1.55;color:var(--ink-3)}.result-offer-booking{height:50px;padding-top:0;padding-bottom:0;font-size:15px;border-radius:var(--r-12)}.tarif{max-width:1132px;flex-direction:row;align-items:flex-start;justify-content:center;gap:32px}.tarif-main{width:700px;max-width:100%;display:flex;flex-direction:column;gap:20px}.tarif-main .flow-intro{align-items:flex-start;text-align:left;gap:6px}.tarif-main .flow-lede{font-size:15px}.tarif-kicker{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.tarif-agency{padding:22px;display:flex;justify-content:space-between;align-items:center;gap:20px}.tarif-agency-text{display:flex;flex-direction:column;gap:2px}.tarif-agency-text b{font-size:16px;font-weight:800}.tarif-agency-text>span:last-child{font-size:13px;color:var(--muted)}.tarif-membership{padding:22px;display:flex;flex-direction:column;gap:14px}.tarif-membership-head{display:flex;flex-direction:column;gap:4px}.tarif-membership-head span:last-child{font-size:13px;line-height:1.5;color:var(--muted)}.tarif-federations{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.tarif-federations .toggle{height:46px;padding:0 12px;font-size:14px}.tarif-offer-line{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--green-text)}.tarif-next{padding:20px 22px;display:flex;gap:14px;align-items:flex-start}.tarif-next svg{flex-shrink:0;margin-top:1px}.tarif-next div{display:flex;flex-direction:column;gap:4px}.tarif-next b{font-size:15px;font-weight:700}.tarif-next span{font-size:14px;line-height:1.6;color:var(--ink-3)}.tarif-aside{width:400px;flex-shrink:0;display:flex;flex-direction:column;gap:16px}.tarif-box{padding:26px;display:flex;flex-direction:column;gap:14px}.tarif-box-kicker{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue)}.tarif-box hr{border:none;height:1px;background:var(--border)}.tarif-line{display:flex;justify-content:space-between;gap:12px;font-size:14px}.tarif-line--green{color:var(--green-text);font-weight:600}.tarif-line--bold{font-weight:700}.tarif-line--muted{color:var(--muted)}.tarif-line--total{font-size:18px;font-weight:800}.tarif-renewal{font-size:12px;color:var(--muted)}.tarif-box-note{text-align:center;font-size:12px;line-height:1.5;color:var(--muted)}.tarif-locked{display:flex;flex-direction:column;gap:10px;padding:16px;background:var(--blue-soft);border:1px solid var(--blue-border);border-radius:var(--r-12);font-size:13px;line-height:1.5;color:var(--ink-2)}.tarif-locked b{font-size:15px;color:var(--ink)}.tarif-locked-list{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none}.tarif-locked-list li{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:var(--muted)}.tarif-locked-list li:before{content:"";width:18px;height:18px;flex-shrink:0;border:1.5px solid var(--blue-border);border-radius:999px}.tarif-locked-list li.is-done{color:var(--green-text)}.tarif-locked-list li.is-done:before{display:none}.tarif-pending{display:flex;flex-direction:column;gap:8px;padding:16px;background:var(--green-bg);border:1px solid var(--green-border);border-radius:var(--r-12);font-size:14px;line-height:1.5;color:var(--green-deep)}.tarif-pending b{font-size:15px}.tarif-unsure{padding:20px;display:flex;flex-direction:column;gap:6px}.tarif-unsure b{font-size:14px;font-weight:700}.booking{max-width:880px;gap:24px}.booking-lede{max-width:560px;font-size:16px}.booking-lede-line{display:block}.booking-meta{list-style:none;display:flex;gap:0;font-size:13px;font-weight:600;color:var(--muted)}.booking-meta li+li:before{content:"·";margin:0 16px}.booking-note{font-size:12px;color:var(--faint)}.booking-card{padding:16px;position:relative;min-height:300px}.booking-loading{position:absolute;top:16px;right:16px;bottom:16px;left:16px;display:flex;align-items:center;justify-content:center;gap:12px;font-size:14px;color:var(--muted)}.booking-frame{display:block;width:100%;height:820px;border:none;border-radius:var(--r-12);opacity:0;transition:opacity .2s}.booking-frame.is-loaded{opacity:1}.booking-foot{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center}@media(max-width:1240px){.result,.tarif{flex-direction:column;align-items:stretch}.result-main,.tarif-main{width:100%}.result-aside,.tarif-aside{width:100%;max-width:560px;align-self:center}}@media(max-width:875px){.flow-header-desktop{display:none}.flow-header-mobile{display:flex;flex-direction:column;gap:10px;padding:10px 16px}.flow-header-mobile-row{display:flex;align-items:center;justify-content:space-between}.flow-header-mobile-title{font-size:13px;font-weight:700;color:var(--blue);text-align:center}.flow-back,.flow-back-spacer{width:44px;height:44px;flex-shrink:0}.flow-back{display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:var(--r-10);color:var(--ink)}.flow-header-mobile .flow-progress{height:6px}.flow-body{padding:22px 16px 24px}.flow-main{gap:20px}.flow-title{font-size:24px}.flow-title--sm{font-size:22px}.flow-lede{font-size:14px}.flow-intro{text-align:left;align-items:flex-start;gap:8px}.flow-intro--center{text-align:center;align-items:center}.flow-card{padding:20px 16px;gap:20px;border-radius:var(--r-16)}.question-progress{display:none}.question-card{padding:22px 16px;min-height:604px}.question-text{font-size:21px;min-height:6.75em;margin-bottom:16px}.option{min-height:52px;padding:14px 16px;font-size:15px}.question-why{padding:14px;font-size:13px}.agency-search-row{flex-direction:column}.agency-search-btn{height:48px}.agency-activities-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.agency-manual-row,.contact-row{flex-direction:column}.agency-confirmed{flex-direction:column;align-items:flex-start;gap:10px}.toggle{min-height:48px;height:auto;padding:10px;font-size:14px}.tarif-federations{grid-template-columns:repeat(2,minmax(0,1fr))}.result-head{flex-direction:column;align-items:flex-start;gap:12px}.result-title{font-size:21px}.point-summary{padding:14px 16px}.point-summary-text b{font-size:14px}.point-kicker{font-size:11px}.badge{font-size:11px;padding:4px 8px}.point-body{padding:0 16px 16px;font-size:13px}.point-row{flex-direction:column;gap:2px;font-size:13px}.point-row>span:first-child{width:auto}.point-edit{margin-left:0}.result-aside,.tarif-aside{max-width:none}.flow-sticky{display:flex;flex-direction:column;gap:8px;position:sticky;bottom:0;margin:0 -16px -24px;padding:14px 16px 20px;background:#fff;border-top:1px solid var(--border);z-index:5}.result-offer .btn-tall,.result-offer .result-offer-booking,.tarif-box .btn-tall,.tarif-box .tarif-box-note{display:none}.question-nav{position:sticky;bottom:0;margin:0 -16px -24px;padding:12px 16px 18px;background:#fff;border-top:1px solid var(--border);gap:10px;z-index:5}.question-prev{width:52px;height:52px;flex-shrink:0;border:1.5px solid var(--border-input);border-radius:var(--r-12);justify-content:center;font-size:0;color:var(--ink)}.question-prev-icon{display:block}.question-next{flex:1 1 auto;height:52px;border-radius:var(--r-12)}.flow-actions{position:sticky;bottom:0;margin:0 -16px -20px;padding:14px 16px 20px;background:#fff;border-top:1px solid var(--border);gap:8px;z-index:5}.flow-actions .btn-tall{height:52px;font-size:16px}.flow-reassure{gap:12px;font-size:11px;color:var(--faint)}.flow-reassure .tick{display:none}.flow-footer{justify-content:center;text-align:center}.booking-card{padding:8px}.tarif-agency,.tarif-membership,.tarif-next{padding:16px}.tarif-box,.result-offer{padding:18px}}@media(max-width:389px){.question-card{min-height:651px}}.footer{background:var(--blue);color:#fff;padding:64px 0}.footer .container{display:flex;flex-direction:column;gap:48px}.footer-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px}.footer-brand{display:flex;flex-direction:column;gap:14px}.footer-logo img{height:34px;width:auto}.footer-brand p{font-size:14px;line-height:1.6;color:var(--blue-tint)}.footer-col{display:flex;flex-direction:column;gap:10px;font-size:14px}.footer-col-title{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#fff}.footer-col a{color:var(--blue-tint);width:fit-content}.footer-col a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;gap:24px;padding-top:24px;border-top:1px solid rgba(255,255,255,.25);font-size:13px;color:var(--blue-tint);flex-wrap:wrap}.footer-legal{display:flex;gap:24px;flex-wrap:wrap}.footer-legal a{color:var(--blue-tint)}.footer-legal a:hover{color:#fff}@media(max-width:960px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:480px){.footer{padding:48px 0}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;display:flex;align-items:center;justify-content:center;padding:24px;background:#273d5059;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:modalOverlayIn .2s ease}.modal-card{position:relative;width:100%;max-width:620px;max-height:86vh;overflow-y:auto;background:#fff;border-radius:18px;padding:34px 34px 30px;box-shadow:0 24px 80px #273d503d;text-align:center;animation:modalCardIn .25s ease both}.modal-card:focus{outline:none}.modal-card--video{max-width:820px;text-align:left}.modal-card--video .modal-title{margin-bottom:18px;padding-right:40px}.modal-close{position:absolute;top:14px;right:14px;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:var(--bg);border:1px solid var(--border);color:var(--muted);font-family:inherit;cursor:pointer;transition:background .2s,color .2s}.modal-close:hover{background:#144fee0f;color:var(--ink)}.modal-close:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.modal-close svg{width:16px;height:16px;flex-shrink:0}.modal-title{font-size:1.35rem;font-weight:800;color:var(--ink);letter-spacing:-.02em;line-height:1.25;margin-bottom:22px}@keyframes modalOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes modalCardIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.modal-overlay,.modal-card{animation:none}}@media(max-width:480px){.modal-overlay{padding:14px}.modal-card{padding:30px 20px 24px;max-height:90vh}.modal-title{font-size:1.2rem}.assistance-case{padding:16px 18px}}.nf-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);position:relative;overflow:hidden;padding:40px 24px}.nf-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(circle,rgba(39,61,80,.08) 1px,transparent 1px);background-size:32px 32px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 75%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 75%)}.nf-glow{position:absolute;border-radius:50%;pointer-events:none;filter:blur(100px);opacity:0;transition:opacity 1.2s ease}.nf-visible .nf-glow{opacity:1}.nf-glow-1{width:480px;height:480px;top:-120px;right:-80px;background:#144fee1f}.nf-glow-2{width:360px;height:360px;bottom:-60px;left:-60px;background:#ecb54224}.nf-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.nf-visible .nf-content{opacity:1;transform:translateY(0)}.nf-code{display:flex;align-items:center;gap:8px;margin-bottom:36px;-webkit-user-select:none;user-select:none}.nf-4{font-size:clamp(5rem,14vw,9rem);font-weight:900;color:var(--ink);line-height:1;letter-spacing:-.04em;opacity:.12}.nf-ring{display:flex;align-items:center;justify-content:center;width:clamp(80px,18vw,120px);height:clamp(80px,18vw,120px);color:var(--blue)}.nf-ring svg{width:100%;height:100%}.nf-ring-circle{animation:nfSpin 12s linear infinite;transform-origin:60px 60px}@keyframes nfSpin{to{transform:rotate(360deg)}}.nf-title{font-size:clamp(1.4rem,3.5vw,2.2rem);font-weight:800;color:var(--ink);letter-spacing:-.02em;line-height:1.2;margin-bottom:14px}.nf-desc{font-size:clamp(.88rem,1.4vw,1.05rem);color:var(--muted);line-height:1.7;max-width:420px;margin-bottom:40px}.nf-btn{display:inline-flex;align-items:center;gap:10px;background:var(--blue);color:#fff;font-weight:800;font-size:.92rem;letter-spacing:.02em;padding:15px 32px;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:all .25s;box-shadow:0 4px 20px #144fee40}.nf-btn:hover{background:#0d3ed6;transform:translateY(-2px);box-shadow:0 8px 32px #144fee59}.nf-btn svg{flex-shrink:0}
