/*
 * Peasy V2 Design System
 * Source visual reference: approved homepage supplied by Lucas.
 * Safety: every selector is scoped to body.peasy-v2.
 * The stylesheet is also loaded only on explicitly enabled pages/posts.
 */

body.peasy-v2{--bl:#5170ff;--bl-lt:#eff4ff;--ac:#24f0a8;--bg:#f7f5f1;--bd:#d9d9d9;--tx:#221c1f;--ink:#4a4347;--err:#e63946;--wh:#fff;--fd:"Raleway","Helvetica Neue",sans-serif;--fb:"Open Sans","Helvetica Neue",sans-serif;--rp:50px;--rc:18px}
body.peasy-v2 *,
body.peasy-v2 *::before,
body.peasy-v2 *::after{box-sizing:border-box;margin:0;padding:0}
body.peasy-v2{scroll-behavior:smooth}
body.peasy-v2{font-family:var(--fb);color:var(--ink);background:var(--wh);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}
body.peasy-v2 h1{font-family:var(--fd);color:var(--tx);font-size:48px;font-weight:700;line-height:1.15}
body.peasy-v2 h2{font-family:var(--fd);color:var(--tx);font-size:36px;font-weight:600;line-height:1.18}
body.peasy-v2 h2 em{color:var(--bl);font-style:normal}
body.peasy-v2 mark.hl{color:inherit;-webkit-box-decoration-break:clone;box-decoration-break:clone;background:linear-gradient(#0000 55%,#24f0a88c 55%);border-radius:2px;padding:0 2px}
body.peasy-v2 mark.hl-y{color:inherit;-webkit-box-decoration-break:clone;box-decoration-break:clone;background:linear-gradient(#0000 55%,#ffc71ea6 55%);border-radius:2px;padding:0 2px}
body.peasy-v2 h3{font-family:var(--fd);color:var(--tx);font-size:28px;font-weight:600;line-height:1.3}
body.peasy-v2 p{font-family:var(--fb);color:var(--ink);font-size:16px;line-height:1.75}
body.peasy-v2 .w{max-width:1080px;margin:0 auto;padding:0 24px}
body.peasy-v2 .bg-alt{background:var(--bg)}
body.peasy-v2 .bg-dark{background:var(--tx)}
body.peasy-v2 .bg-ink{background:#1a1518}
body.peasy-v2 .dark-section-DISABLED h2{color:var(--ac)}
body.peasy-v2 .dark-section-DISABLED h3{color:var(--wh)}
body.peasy-v2 .dark-section-DISABLED p{color:#ffffffb8}
body.peasy-v2 .dark-section-DISABLED .lbl{color:var(--ac)}
body.peasy-v2 .dark-section-DISABLED .lbl:before{background:var(--ac)}
body.peasy-v2 .section-title-wrap{text-align:center;margin-bottom:52px}
body.peasy-v2 .section-title-wrap h2{margin-bottom:14px}
body.peasy-v2 .section-title-wrap .sub{color:var(--ink);max-width:520px;margin:0 auto;font-size:16px}
body.peasy-v2 .btn-p{background:var(--bl);color:var(--wh);font-family:var(--fb);border-radius:var(--rp);cursor:pointer;border:none;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:opacity .2s,transform .15s;display:inline-flex}
body.peasy-v2 .btn-p:hover{opacity:.9;transform:translateY(-1px)}
body.peasy-v2 .btn-s{background:var(--wh);color:var(--bl);font-family:var(--fb);border-radius:var(--rp);border:2px solid var(--bl);cursor:pointer;align-items:center;gap:8px;padding:13px 26px;font-size:15px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}
body.peasy-v2 .btn-s:hover{background:var(--bl-lt)}
body.peasy-v2 .btn-g{color:var(--ink);font-family:var(--fb);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;font-size:14px;font-weight:500;text-decoration:none;display:inline-flex}
body.peasy-v2 .btn-g:hover{color:var(--bl)}
body.peasy-v2 .rdv-hint{color:var(--ink);opacity:.55;text-align:center;margin-top:7px;font-size:12px;display:block}
body.peasy-v2 .wa{z-index:999;background:var(--ac);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;display:flex;position:fixed;bottom:28px;right:28px;box-shadow:0 4px 20px #24f0a866}
body.peasy-v2 .wa:hover{transform:scale(1.08)}
body.peasy-v2 .wa svg{width:30px;height:30px;fill:var(--tx)}
body.peasy-v2 .wa-tip{background:var(--tx);color:var(--wh);font-family:var(--fb);white-space:nowrap;opacity:0;pointer-events:none;border-radius:8px;padding:6px 12px;font-size:12px;font-weight:500;transition:opacity .2s;position:absolute;bottom:12px;right:70px}
body.peasy-v2 .wa:hover .wa-tip{opacity:1}
body.peasy-v2 .card{background:var(--wh);border:1px solid var(--bd);border-radius:var(--rc);transition:box-shadow .25s,transform .2s}
body.peasy-v2 .card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #5170ff1a}
body.peasy-v2 .lbl{font-family:var(--fb);color:var(--bl);text-transform:uppercase;letter-spacing:2px;align-items:center;gap:8px;margin-bottom:12px;font-size:11px;font-weight:700;display:inline-flex}
body.peasy-v2 .lbl:before{content:"";background:var(--bl);border-radius:2px;flex-shrink:0;width:20px;height:2px;display:block}
body.peasy-v2 .badge-pill{color:var(--bl);font-family:var(--fb);border-radius:var(--rp);background:#5170ff14;align-items:center;gap:6px;padding:6px 16px;font-size:12px;font-weight:600;display:inline-flex}
body.peasy-v2 .ck{color:#00b87a;background:#24f0a82e;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:11px;font-weight:700;display:inline-flex}
body.peasy-v2 .cx{width:20px;height:20px;color:var(--err);background:#fee2e2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}
body.peasy-v2 .nav{z-index:200;border-bottom:1px solid var(--bd);backdrop-filter:blur(8px);background:#fffffff7;position:sticky;top:0}
body.peasy-v2 .nav-in{justify-content:space-between;align-items:center;height:62px;display:flex}
body.peasy-v2 .nav-logo{align-items:center;gap:10px;text-decoration:none;display:flex}
body.peasy-v2 .nav-logo span{font-family:var(--fd);color:var(--tx);font-size:18px;font-weight:700}
body.peasy-v2 .nav-links{align-items:center;gap:28px;display:flex}
body.peasy-v2 .nav-links a{font-family:var(--fb);color:var(--ink);font-size:14px;font-weight:500;text-decoration:none}
body.peasy-v2 .nav-links a:hover,
body.peasy-v2 .nav-links a.hi{color:var(--bl);font-weight:600}
body.peasy-v2 .nav-r{align-items:center;gap:12px;display:flex}
body.peasy-v2 .nav-login{font-family:var(--fb);color:var(--ink);cursor:pointer;background:0 0;border:none;font-size:14px}
body.peasy-v2 .hero{background:linear-gradient(145deg,#5170ff12 0%,#24f0a80a 40%,var(--wh)65%);padding:64px 0 0}
body.peasy-v2 .hero-g{grid-template-columns:1.1fr .9fr;align-items:center;gap:52px;display:grid}
body.peasy-v2 .stats-g{grid-template-columns:1fr 1fr;gap:10px;display:grid}
body.peasy-v2 .stat-box{border-radius:14px;padding:14px 16px}
body.peasy-v2 .stat-num{font-family:var(--fd);font-size:24px;font-weight:700}
body.peasy-v2 .frise{grid-template-columns:repeat(4,1fr);gap:20px;display:grid;position:relative}
body.peasy-v2 .frise:before{content:"";background:repeating-linear-gradient(90deg,var(--bl)0,var(--bl)12px,transparent 12px,transparent 22px);z-index:0;height:2px;position:absolute;top:31px;left:calc(12.5% + 30px);right:calc(12.5% + 30px)}
body.peasy-v2 .frise-step{text-align:center;z-index:1;flex-direction:column;align-items:center;display:flex;position:relative}
body.peasy-v2 .frise-ico{border:4px solid var(--wh);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:14px;font-size:24px;display:flex}
body.peasy-v2 .frise-ico.act{background:var(--bl);box-shadow:0 0 0 2px var(--bl)}
body.peasy-v2 .frise-ico.ina{background:var(--wh);box-shadow:0 0 0 2px var(--bl)}
body.peasy-v2 .frise-num{font-family:var(--fb);letter-spacing:.5px;border-radius:20px;margin-bottom:9px;padding:3px 10px;font-size:10px;font-weight:600}
body.peasy-v2 .frise-num.act{background:var(--bl);color:var(--wh)}
body.peasy-v2 .frise-num.ina{color:var(--bl);background:#5170ff1a}
body.peasy-v2 .frise-t{font-family:var(--fd);color:var(--tx);margin-bottom:7px;font-size:13px;font-weight:600;line-height:1.35}
body.peasy-v2 .frise-d{color:var(--ink);font-size:12px;line-height:1.65}
body.peasy-v2 .aa{background:var(--wh);border:1px solid var(--bd);border-radius:20px;grid-template-columns:1fr auto 1fr auto auto;align-items:center;gap:24px;margin-top:48px;padding:32px 36px;display:grid;box-shadow:0 4px 24px #221c1f0f}
body.peasy-v2 .aa-t{font-family:var(--fb);text-transform:uppercase;letter-spacing:.7px;align-items:center;gap:8px;margin-bottom:14px;font-size:11px;font-weight:700;display:flex}
body.peasy-v2 .aa-row{border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:8px;padding:10px 14px;display:flex}
body.peasy-v2 .aa-row:last-child{margin-bottom:0}
body.peasy-v2 .aa-row p{margin:0;font-size:13px;line-height:1.5}
body.peasy-v2 .aa-arr{flex-direction:column;align-items:center;gap:7px;display:flex}
body.peasy-v2 .aa-circle{background:var(--bl);width:52px;height:52px;color:var(--wh);border-radius:50%;justify-content:center;align-items:center;font-size:22px;font-weight:700;display:flex}
body.peasy-v2 .aa-div{background:var(--bd);width:1px;height:170px}
body.peasy-v2 .aa-cta{text-align:center;flex-direction:column;align-items:center;gap:12px;display:flex}
body.peasy-v2 .opt{background:var(--wh);border:1.5px solid var(--bd);cursor:pointer;text-align:left;width:100%;color:var(--ink);font-size:15px;font-family:var(--fb);border-radius:12px;align-items:center;gap:12px;margin-bottom:8px;padding:13px 16px;transition:border-color .15s,background .15s;display:flex}
body.peasy-v2 .opt:hover{border-color:var(--bl);background:#5170ff0a}
body.peasy-v2 .opt.correct{color:#221c1f;pointer-events:none;background:#d1fae5;border-color:#221c1f}
body.peasy-v2 .opt.wrong{border-color:var(--err);color:#991b1b;pointer-events:none;background:#fee2e2}
body.peasy-v2 .opt.disabled{pointer-events:none}
body.peasy-v2 .ol{background:var(--bg);width:24px;height:24px;color:var(--ink);border:1px solid var(--bd);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:600;display:flex}
body.peasy-v2 .pb{background:var(--bd);border-radius:2px;height:4px;margin-bottom:24px}
body.peasy-v2 .pf{background:var(--bl);border-radius:2px;height:4px;transition:width .35s}
body.peasy-v2 .qbtn{background:var(--bl);color:var(--wh);border-radius:var(--rp);cursor:pointer;opacity:.3;pointer-events:none;font-size:14px;font-weight:600;font-family:var(--fb);border:none;align-items:center;gap:7px;margin-top:8px;padding:12px 24px;transition:opacity .2s;display:inline-flex}
body.peasy-v2 .qbtn.on{opacity:1;pointer-events:auto}
body.peasy-v2 .testi-g{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}
body.peasy-v2 .testi-card{background:var(--wh);border:1px solid var(--bd);border-radius:var(--rc);overflow:hidden}
body.peasy-v2 .yt-thumb{cursor:pointer;background:linear-gradient(135deg,#1a1518 0%,#221c1f 50%,#5170ff 100%);width:100%;padding-top:56.25%;position:relative;overflow:hidden}
body.peasy-v2 .yt-thumb-inner{flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:absolute;inset:0}
body.peasy-v2 .yt-avatar{width:56px;height:56px;font-family:var(--fd);color:var(--wh);border:3px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:700;display:flex}
body.peasy-v2 .yt-play{background:#e63946e6;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:flex}
body.peasy-v2 .yt-play:after{content:"";border:10px solid #0000;border-left:18px solid #fff;border-right-width:0;width:0;height:0;margin-left:4px;display:block}
body.peasy-v2 .yt-label{position:absolute;bottom:8px;left:10px;right:10px}
body.peasy-v2 .yt-label span{color:var(--wh);font-family:var(--fb);background:#000000bf;border-radius:4px;padding:3px 8px;font-size:11px;font-weight:600;display:inline-block}
body.peasy-v2 .yt-duration{color:var(--wh);font-family:var(--fb);background:#000000bf;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600;position:absolute;bottom:8px;right:10px}
body.peasy-v2 .testi-body{padding:14px 16px}
body.peasy-v2 .testi-name{font-family:var(--fd);color:var(--tx);margin-bottom:5px;font-size:14px;font-weight:700}
body.peasy-v2 .testi-text{color:var(--ink);font-size:12px;line-height:1.65}
body.peasy-v2 .profs-g{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}
body.peasy-v2 .prof-card{background:var(--bg);border:1px solid var(--bd);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:10px;padding:16px;display:flex}
body.peasy-v2 .prof-avatar{width:72px;height:72px;font-family:var(--fd);color:var(--tx);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:26px;font-weight:700;display:flex;position:relative;overflow:hidden}
body.peasy-v2 .prof-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%;display:block}
body.peasy-v2 .prof-flag{background:var(--wh);border:2px solid var(--wh);border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;display:flex;position:absolute;bottom:-2px;right:-2px}
body.peasy-v2 .prof-name{font-family:var(--fd);color:var(--tx);font-size:13px;font-weight:700}
body.peasy-v2 .prof-city{color:var(--ink);font-size:11px;font-weight:700}
body.peasy-v2 .prof-bio{color:var(--ink);font-size:11px;line-height:1.5}
body.peasy-v2 .prog-g{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}
body.peasy-v2 .prog-g .card{flex-direction:column;display:flex}
body.peasy-v2 .prog-g .card>a,
body.peasy-v2 .prog-g .card>button{margin-top:auto}
body.peasy-v2 .faq-list{border-radius:var(--rc);border:1px solid #5170ff26;overflow:hidden}
body.peasy-v2 .faq-item{border-bottom:1px solid var(--bd);background:var(--wh)}
body.peasy-v2 .faq-item:last-child{border-bottom:none}
body.peasy-v2 .faq-q{cursor:pointer;font-family:var(--fb);color:var(--tx);user-select:none;justify-content:space-between;align-items:center;padding:18px 24px;font-size:15px;font-weight:600;display:flex}
body.peasy-v2 .faq-q:hover{background:var(--bg)}
body.peasy-v2 .faq-tog{color:var(--bd);flex-shrink:0;margin-left:16px;font-size:22px;font-weight:400;transition:transform .25s}
body.peasy-v2 .faq-a{color:var(--ink);padding:0 24px 18px;font-size:15px;line-height:1.75;display:none}
body.peasy-v2 .faq-item.open .faq-a{display:block}
body.peasy-v2 .faq-item.open .faq-tog{color:var(--bl);transform:rotate(45deg)}
body.peasy-v2 .faq-item.open .faq-q{color:var(--bl)}
body.peasy-v2 .foot-g{grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;display:grid}
@media (width<=900px){
  body.peasy-v2 h1{font-size:32px}
  body.peasy-v2 h2{font-size:26px}
  body.peasy-v2 h3{font-size:22px}
  body.peasy-v2 .btn-p,
body.peasy-v2 .btn-s{font-size:14px}
  body.peasy-v2 .nav-links{display:none}
  body.peasy-v2 .hero-g{grid-template-columns:1fr}
  body.peasy-v2 .frise{grid-template-columns:1fr 1fr}
  body.peasy-v2 .frise:before{display:none}
  body.peasy-v2 .aa{grid-template-columns:1fr}
  body.peasy-v2 .aa-div,
body.peasy-v2 .aa-arr{display:none}
  body.peasy-v2 .testi-g,
body.peasy-v2 .prog-g{grid-template-columns:1fr 1fr}
  body.peasy-v2 .profs-g{grid-template-columns:repeat(3,1fr)}
  body.peasy-v2 .foot-g{grid-template-columns:1fr 1fr}
  body.peasy-v2 .wave-down svg,
body.peasy-v2 .wave-up svg{height:36px}
}
@media (width<=600px){
  body.peasy-v2 h2{font-size:26px}
  body.peasy-v2 .testi-g,
body.peasy-v2 .prog-g{grid-template-columns:1fr}
  body.peasy-v2 .profs-g{grid-template-columns:1fr 1fr}
  body.peasy-v2 .wave-down svg,
body.peasy-v2 .wave-up svg{height:24px}
}
body.peasy-v2 .clip-bottom-up{clip-path:polygon(0 0,100% 0,100% 100%,0 calc(100% - 48px));z-index:1;position:relative;padding-bottom:96px!important}
body.peasy-v2 .clip-top-up{clip-path:polygon(0 0,100% 48px,100% 100%,0 100%);z-index:0;margin-top:-48px;position:relative;padding-top:96px!important}
/*peasy-mobile*/
@media (max-width:600px){
  body.peasy-v2,
body.peasy-v2{overflow-x:hidden!important;max-width:100%}
  body.peasy-v2 img,
body.peasy-v2 svg,
body.peasy-v2 video,
body.peasy-v2 iframe{max-width:100%!important;height:auto}
  body.peasy-v2 table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  body.peasy-v2 [style*="grid-template-columns"]{grid-template-columns:1fr!important}
  body.peasy-v2 [class*="btn"],
body.peasy-v2 [class*="cta"]{width:100%!important;justify-content:center;text-align:center}
  body.peasy-v2 h1{font-size:30px!important;line-height:1.2!important}
  body.peasy-v2 h2{font-size:24px!important}
  body.peasy-v2 h3{font-size:20px!important}
  body.peasy-v2 [style*="font-size:42px"],
body.peasy-v2 [style*="font-size:44px"],
body.peasy-v2 [style*="font-size:46px"],
body.peasy-v2 [style*="font-size:48px"],
body.peasy-v2 [style*="font-size:52px"],
body.peasy-v2 [style*="font-size:56px"],
body.peasy-v2 [style*="font-size:60px"],
body.peasy-v2 [style*="font-size:64px"],
body.peasy-v2 [style*="font-size:72px"],
body.peasy-v2 [style*="font-size:80px"]{font-size:32px!important;line-height:1.2!important}
  body.peasy-v2 section,
body.peasy-v2 header,
body.peasy-v2 footer{padding-left:16px!important;padding-right:16px!important}
}
/* ===== PEASY FINAL ADJUSTMENTS ===== */
body.peasy-v2 .btn-p:hover{background:#3555e8!important;color:#fff!important;opacity:1!important;transform:translateY(-2px);box-shadow:0 8px 24px rgba(53,85,232,.30)}
body.peasy-v2 .btn-s:hover{background:#e8edff!important;color:#3555e8!important;border-color:#3555e8!important}
body.peasy-v2 .yt-thumb{display:block;text-decoration:none;background:#161216;position:relative;overflow:hidden}
body.peasy-v2 .yt-thumb-img{position:absolute;inset:0;width:100%!important;height:100%!important;object-fit:cover;display:block;transition:transform .35s ease,filter .35s ease}
body.peasy-v2 .yt-thumb:before{content:"";z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.42));position:absolute;inset:0}
body.peasy-v2 .yt-thumb-inner,
body.peasy-v2 .yt-label{z-index:2}
body.peasy-v2 .yt-thumb:hover .yt-thumb-img{transform:scale(1.045);filter:brightness(.88)}
body.peasy-v2 .yt-thumb:hover .yt-play{transform:scale(1.08)}
body.peasy-v2 .yt-play{transition:transform .2s ease}
body.peasy-v2.peasy-modal-open{overflow:hidden}
body.peasy-v2 .peasy-booking-modal{z-index:5000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;position:fixed;inset:0}
body.peasy-v2 .peasy-booking-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
body.peasy-v2 .peasy-booking-modal__backdrop{background:#221c1fbf;backdrop-filter:blur(7px);position:absolute;inset:0}
body.peasy-v2 .peasy-booking-modal__dialog{background:var(--wh);border:1px solid #ffffff80;border-radius:24px;width:min(94vw,720px);max-height:min(90vh,760px);overflow:auto;padding:34px;position:absolute;top:50%;left:50%;transform:translate(-50%,-47%) scale(.98);transition:transform .22s ease;box-shadow:0 28px 80px #11182759}
body.peasy-v2 .peasy-booking-modal.is-open .peasy-booking-modal__dialog{transform:translate(-50%,-50%) scale(1)}
body.peasy-v2 .peasy-booking-modal__close{z-index:2;background:var(--bg);color:var(--tx);border:1px solid var(--bd);border-radius:50%;cursor:pointer;justify-content:center;align-items:center;width:38px;height:38px;font-size:24px;line-height:1;transition:background .15s,transform .15s;display:flex;position:absolute;top:16px;right:16px}
body.peasy-v2 .peasy-booking-modal__close:hover{background:#e8edff;transform:rotate(4deg)}
body.peasy-v2 .peasy-popup-booking__header{text-align:center;padding:2px 42px 0}
body.peasy-v2 .peasy-popup-booking__eyebrow{color:var(--bl);text-transform:uppercase;letter-spacing:1.8px;margin-bottom:8px;font-size:11px;font-weight:700}
body.peasy-v2 .peasy-popup-booking__title{margin-bottom:8px;font-size:26px}
body.peasy-v2 .peasy-popup-booking__text{margin:0 auto 24px;max-width:500px;font-size:14px}
body.peasy-v2 .peasy-popup-booking__buttons{grid-template-columns:1fr;gap:12px;display:grid}
body.peasy-v2 .peasy-booking-btn{border:1px solid var(--bd);border-radius:16px;min-height:80px;color:var(--tx);text-decoration:none;align-items:center;padding:14px 18px;transition:transform .18s,border-color .18s,box-shadow .18s,background .18s;display:flex;position:relative;overflow:hidden}
body.peasy-v2 .peasy-booking-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #221c1f14}
body.peasy-v2 .peasy-booking-btn__glow{opacity:.16;filter:blur(18px);border-radius:50%;width:130px;height:90px;position:absolute;top:-36px;right:-25px}
body.peasy-v2 .peasy-booking-btn__inner{z-index:1;flex-direction:column;align-items:flex-start;display:flex;position:relative}
body.peasy-v2 .peasy-booking-btn__label{font-family:var(--fd);font-size:15px;font-weight:700;line-height:1.35}
body.peasy-v2 .peasy-booking-btn__sub{opacity:.72;margin-top:3px;font-size:12px}
body.peasy-v2 .peasy-booking-btn:after{content:"→";z-index:1;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-left:auto;font-size:18px;font-weight:700;display:flex;position:relative}
body.peasy-v2 .peasy-booking-btn--blue{background:#5170ff0d;border-color:#5170ff59}
body.peasy-v2 .peasy-booking-btn--blue:hover{background:#dfe6ff;border-color:#3555e8}
body.peasy-v2 .peasy-booking-btn--blue .peasy-booking-btn__glow{background:var(--bl)}
body.peasy-v2 .peasy-booking-btn--blue:after{background:var(--bl);color:var(--wh)}
body.peasy-v2 .peasy-booking-btn--green{background:#24f0a812;border-color:#24f0a880}
body.peasy-v2 .peasy-booking-btn--green:hover{background:#d9fff1;border-color:#00b87a}
body.peasy-v2 .peasy-booking-btn--green .peasy-booking-btn__glow{background:var(--ac)}
body.peasy-v2 .peasy-booking-btn--green:after{background:var(--ac);color:var(--tx)}
body.peasy-v2 .peasy-booking-btn--purple{background:#6a53a00d;border-color:#6a53a066}
body.peasy-v2 .peasy-booking-btn--purple:hover{background:#eee9ff;border-color:#533c8c}
body.peasy-v2 .peasy-booking-btn--purple .peasy-booking-btn__glow{background:#6a53a0}
body.peasy-v2 .peasy-booking-btn--purple:after{background:#6a53a0;color:var(--wh)}
body.peasy-v2 .peasy-booking-modal__note{text-align:center;opacity:.65;margin-top:18px;font-size:11px}
@media (max-width:600px){
  body.peasy-v2 .peasy-booking-modal__dialog{border-radius:20px;width:calc(100vw - 24px);max-height:calc(100vh - 24px);padding:26px 16px 20px}
  body.peasy-v2 .peasy-popup-booking__header{padding:8px 34px 0}
  body.peasy-v2 .peasy-popup-booking__title{font-size:21px!important}
  body.peasy-v2 .peasy-popup-booking__text{font-size:13px}
  body.peasy-v2 .peasy-booking-btn{width:100%!important;min-height:76px;padding:13px 14px}
  body.peasy-v2 .peasy-booking-btn__label{text-align:left;font-size:14px}
  body.peasy-v2 .peasy-booking-btn__sub{text-align:left}
  body.peasy-v2 .peasy-booking-modal__close{top:12px;right:12px}
}
/* ===== PEASY NAV BUTTON FIXES AGAINST WORDPRESS GLOBAL STYLES ===== */
body.peasy-v2 .nav-r{display:flex!important;
  align-items:center!important;
  gap:12px!important;
  flex-shrink:0!important;}
body.peasy-v2 .nav-login{appearance:none!important;
  -webkit-appearance:none!important;
  font-family:var(--fb)!important;
  color:var(--ink)!important;
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  cursor:pointer!important;
  font-size:14px!important;
  font-weight:500!important;
  line-height:1.2!important;
  padding:8px 4px!important;
  margin:0!important;
  min-width:0!important;
  width:auto!important;
  max-width:none!important;
  min-height:0!important;
  height:auto!important;
  text-transform:none!important;
  letter-spacing:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  transition:color .15s ease!important;}
body.peasy-v2 .nav-login:hover,
body.peasy-v2 .nav-login:focus,
body.peasy-v2 .nav-login:active{color:var(--bl)!important;
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  outline:none!important;
  transform:none!important;}
body.peasy-v2 .nav-r > .btn-p{width:auto!important;
  min-width:0!important;
  flex:0 0 auto!important;}
body.peasy-v2 .hero-level-btn{appearance:none!important;
  -webkit-appearance:none!important;
  color:var(--ink)!important;
  background:transparent!important;
  background-color:transparent!important;
  font-family:var(--fb)!important;
  border:1.5px solid var(--bd)!important;
  border-radius:var(--rp)!important;
  box-shadow:none!important;
  cursor:pointer!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:auto!important;
  min-width:0!important;
  min-height:0!important;
  height:auto!important;
  padding:12px 18px!important;
  margin:0!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1.2!important;
  text-transform:none!important;
  letter-spacing:0!important;
  transition:transform .18s,border-color .15s,color .15s,box-shadow .18s,background-color .15s!important;}
body.peasy-v2 .hero-level-btn:hover,
body.peasy-v2 .hero-level-btn:focus{color:var(--bl)!important;
  background:#f5f7ff!important;
  background-color:#f5f7ff!important;
  border-color:var(--bl)!important;
  box-shadow:0 6px 18px rgba(34,28,31,.08)!important;
  transform:translateY(-2px)!important;
  outline:none!important;}
body.peasy-v2 .hero-level-btn:active{transform:translateY(0)!important;}
@media (max-width:900px){
  body.peasy-v2 .nav-r .nav-login{width:auto!important;}
}
@media (max-width:600px){
  body.peasy-v2 .hero-level-btn{width:100%!important;}
}
/* ===== PEASY FINAL WORDPRESS OVERRIDES ===== */
/* Menu: more breathing room and no crushed labels */
body.peasy-v2 .nav > .w{max-width:1240px!important;
  width:100%!important;
  padding-left:26px!important;
  padding-right:26px!important;}
body.peasy-v2 .nav-in{min-height:68px!important;
  height:auto!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr) auto!important;
  align-items:center!important;
  column-gap:30px!important;}
body.peasy-v2 .nav-logo{flex-shrink:0!important;
  white-space:nowrap!important;}
body.peasy-v2 .nav-logo img{height:36px!important;
  width:auto!important;
  max-width:160px!important;
  object-fit:contain!important;
  display:block!important;}
body.peasy-v2 .nav-links{display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:26px!important;
  min-width:0!important;
  white-space:nowrap!important;}
body.peasy-v2 .nav-links a{white-space:nowrap!important;}
body.peasy-v2 .nav-r{display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:18px!important;
  min-width:max-content!important;
  margin-left:4px!important;
  white-space:nowrap!important;}
body.peasy-v2 .nav-login{margin:0!important;
  white-space:nowrap!important;}
body.peasy-v2 .nav-r > .btn-p{white-space:nowrap!important;
  width:auto!important;
  min-width:max-content!important;}
/* Keep the desktop menu comfortable on intermediate widths */
@media (max-width:1100px) and (min-width:901px){
  body.peasy-v2 .nav > .w{padding-left:18px!important;
    padding-right:18px!important;}
  body.peasy-v2 .nav-in{column-gap:18px!important;}
  body.peasy-v2 .nav-links{gap:18px!important;}
  body.peasy-v2 .nav-links a{font-size:13px!important;}
  body.peasy-v2 .nav-r{gap:12px!important;}
  body.peasy-v2 .nav-r > .btn-p{padding:10px 15px!important;
    font-size:12px!important;}
  body.peasy-v2 .nav-logo img{max-width:145px!important;
    height:34px!important;}
}
/* Original responsive behavior: hide center links before they get crushed */
@media (max-width:900px){
  body.peasy-v2 .nav-in{display:flex!important;
    justify-content:space-between!important;
    gap:18px!important;}
  body.peasy-v2 .nav-links{display:none!important;}
}
/* 86% card CTA: text link, never a WordPress blue block */
body.peasy-v2 .pain-card-level-btn,
body.peasy-v2 .pain-card-level-btn:hover,
body.peasy-v2 .pain-card-level-btn:focus,
body.peasy-v2 .pain-card-level-btn:active{appearance:none!important;
  -webkit-appearance:none!important;
  width:auto!important;
  min-width:0!important;
  height:auto!important;
  min-height:0!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  align-self:flex-start!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  background-color:transparent!important;
  box-shadow:none!important;
  font-family:var(--fb)!important;
  font-size:14px!important;
  line-height:1.4!important;
  font-weight:700!important;
  text-align:left!important;
  text-transform:none!important;
  letter-spacing:0!important;
  color:var(--ac)!important;}
body.peasy-v2 .pain-card-level-btn:hover,
body.peasy-v2 .pain-card-level-btn:focus{color:#ffffff!important;
  transform:translateX(3px)!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
  outline:none!important;}
/* Quiz: prevent WordPress/global button hover from turning text white */
body.peasy-v2 #quiz .opt,
body.peasy-v2 #quiz button.opt{color:var(--ink)!important;
  background:var(--wh)!important;
  border-color:var(--bd)!important;
  box-shadow:none!important;}
body.peasy-v2 #quiz .opt:hover,
body.peasy-v2 #quiz .opt:focus,
body.peasy-v2 #quiz button.opt:hover,
body.peasy-v2 #quiz button.opt:focus{color:var(--ink)!important;
  background:#f4f6ff!important;
  border-color:var(--bl)!important;
  box-shadow:none!important;
  outline:none!important;}
body.peasy-v2 #quiz .opt span,
body.peasy-v2 #quiz .opt:hover span,
body.peasy-v2 #quiz .opt:focus span{color:inherit!important;}
body.peasy-v2 #quiz .opt .ol,
body.peasy-v2 #quiz .opt:hover .ol,
body.peasy-v2 #quiz .opt:focus .ol{color:var(--ink)!important;
  background:var(--bg)!important;}
body.peasy-v2 #quiz .opt.correct,
body.peasy-v2 #quiz .opt.correct:hover{color:#221c1f!important;
  background:#d1fae5!important;
  border-color:#221c1f!important;}
body.peasy-v2 #quiz .opt.wrong,
body.peasy-v2 #quiz .opt.wrong:hover{color:#991b1b!important;
  background:#fee2e2!important;
  border-color:var(--err)!important;}
/* Inline YouTube players */
body.peasy-v2 .yt-inline-player{border:0!important;
  border-radius:0!important;
  padding-top:56.25%!important;
  padding-left:0!important;
  padding-right:0!important;
  padding-bottom:0!important;
  margin:0!important;
  width:100%!important;
  min-width:0!important;
  height:0!important;
  min-height:0!important;
  display:block!important;
  position:relative!important;
  overflow:hidden!important;
  cursor:pointer!important;
  background:#1a1518!important;
  box-shadow:none!important;
  text-align:initial!important;}
body.peasy-v2 .yt-inline-player:hover .yt-thumb-img,
body.peasy-v2 .yt-inline-player:focus .yt-thumb-img{transform:scale(1.045)!important;
  filter:brightness(.78)!important;}
body.peasy-v2 .yt-inline-player:focus{outline:3px solid rgba(81,112,255,.55)!important;
  outline-offset:-3px!important;}
body.peasy-v2 .yt-inline-player iframe{position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  border:0!important;
  display:block!important;
  z-index:5!important;}
body.peasy-v2 .yt-inline-player.is-playing{cursor:default!important;}
body.peasy-v2 .yt-inline-player.is-playing .yt-thumb-img,
body.peasy-v2 .yt-inline-player.is-playing .yt-thumb-inner,
body.peasy-v2 .yt-inline-player.is-playing .yt-label,
body.peasy-v2 .yt-inline-player.is-playing .yt-duration{display:none!important;}
/* ===== PEASY RESPONSIVE HARDENING 2026 ===== */
body.peasy-v2,
body.peasy-v2{max-width:100%;overflow-x:hidden}
body.peasy-v2 img,
body.peasy-v2 video,
body.peasy-v2 iframe,
body.peasy-v2 svg{max-width:100%}
body.peasy-v2 .w{width:100%}
@media (max-width:1100px){
  body.peasy-v2 .w{padding-left:20px!important;padding-right:20px!important}
  body.peasy-v2 .hero-g{gap:32px!important}
  body.peasy-v2 .nav>.w{max-width:100%!important}
}
@media (max-width:900px){
  body.peasy-v2 .nav-in{display:flex!important;justify-content:space-between!important;gap:16px!important;min-height:64px!important}
  body.peasy-v2 .nav-links{display:none!important}
  body.peasy-v2 .nav-logo img{max-width:145px!important;height:auto!important;max-height:38px!important}
  body.peasy-v2 .nav-r{gap:10px!important}
  body.peasy-v2 .nav-r>.btn-p{width:auto!important;min-width:max-content!important;padding:10px 14px!important;font-size:12px!important}
  body.peasy-v2 .hero-g{grid-template-columns:1fr!important;gap:28px!important}
  body.peasy-v2 .aa{grid-template-columns:1fr!important;padding:24px!important}
  body.peasy-v2 .aa-div,
body.peasy-v2 .aa-arr{display:none!important}
  body.peasy-v2 .testi-g,
body.peasy-v2 .prog-g{grid-template-columns:1fr 1fr!important}
  body.peasy-v2 .profs-g{grid-template-columns:repeat(3,1fr)!important}
}
@media (max-width:700px){
  body.peasy-v2 h1{font-size:34px!important}
  body.peasy-v2 h2{font-size:27px!important}
  body.peasy-v2 .testi-g,
body.peasy-v2 .prog-g,
body.peasy-v2 .profs-g{grid-template-columns:1fr!important}
  body.peasy-v2 .frise{grid-template-columns:1fr!important}
  body.peasy-v2 .frise:before{display:none!important}
  body.peasy-v2 #rdv [style*="grid-template-columns:repeat(3,1fr)"]{grid-template-columns:1fr!important}
  body.peasy-v2 .peasy-booking-modal__dialog{width:calc(100vw - 20px)!important;max-height:calc(100vh - 20px)!important}
}
@media (max-width:600px){
  body.peasy-v2 .w{padding-left:16px!important;padding-right:16px!important}
  body.peasy-v2 section{padding-left:0!important;padding-right:0!important}
  body.peasy-v2 .nav-logo img{max-width:118px!important;max-height:34px!important}
  body.peasy-v2 .nav-login{display:none!important}
  body.peasy-v2 .nav-r>.btn-p{padding:9px 11px!important;font-size:10.5px!important}
  body.peasy-v2 h1{font-size:30px!important;line-height:1.16!important}
  body.peasy-v2 h2{font-size:24px!important;line-height:1.24!important}
  body.peasy-v2 h3{font-size:20px!important}
  body.peasy-v2 .btn-p,
body.peasy-v2 .btn-s{width:100%!important;justify-content:center!important;text-align:center!important}
  body.peasy-v2 .pain-card-level-btn{width:auto!important;justify-content:flex-start!important}
  body.peasy-v2 #quiz .card{padding:22px 16px!important}
  body.peasy-v2 #quiz .opt{min-height:52px!important;padding:12px!important;align-items:flex-start!important}
  body.peasy-v2 #quiz .opt span:last-child{text-align:left!important;line-height:1.45!important}
  body.peasy-v2 .wa{width:52px!important;height:52px!important;right:16px!important;bottom:16px!important}
  body.peasy-v2 .wa-tip{display:none!important}
}
@media (max-width:390px){
  body.peasy-v2 .nav-logo img{max-width:102px!important}
  body.peasy-v2 .nav-r>.btn-p{padding:8px 9px!important;font-size:10px!important}
  body.peasy-v2 h1{font-size:28px!important}
}
/* ===== HERO CTA UX / MOBILE REACH ADJUSTMENTS ===== */
body.peasy-v2 .hero-actions{width:100%!important;
  max-width:540px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:stretch!important;
  gap:10px!important;
  margin:0 auto 16px!important;}
body.peasy-v2 .hero-actions .hero-action{flex:0 0 calc(50% - 5px)!important;
  width:calc(50% - 5px)!important;
  min-width:0!important;
  min-height:48px!important;
  height:48px!important;
  padding:10px 14px!important;
  margin:0!important;
  border-radius:50px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  text-align:center!important;
  white-space:nowrap!important;
  font-family:var(--fb)!important;
  font-size:12.5px!important;
  line-height:1.2!important;
  box-sizing:border-box!important;
  transition:transform .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease!important;}
/* Third CTA has exactly the same width, centered on row 2 */
body.peasy-v2 .hero-actions .hero-action-level{margin-left:auto!important;
  margin-right:auto!important;}
/* Clear hierarchy without changing dimensions */
body.peasy-v2 .hero-actions .hero-action-primary{background:var(--bl)!important;
  color:#fff!important;
  border:2px solid var(--bl)!important;
  box-shadow:0 4px 14px rgba(81,112,255,.28)!important;
  font-weight:700!important;}
body.peasy-v2 .hero-actions .hero-action-primary:hover,
body.peasy-v2 .hero-actions .hero-action-primary:focus{background:#3856e8!important;
  border-color:#3856e8!important;
  color:#fff!important;
  box-shadow:0 8px 22px rgba(81,112,255,.30)!important;
  transform:translateY(-2px)!important;}
body.peasy-v2 .hero-actions .hero-action-pro{background:#fff!important;
  color:var(--bl)!important;
  border:2px solid var(--bl)!important;
  box-shadow:none!important;
  font-weight:700!important;}
body.peasy-v2 .hero-actions .hero-action-pro:hover,
body.peasy-v2 .hero-actions .hero-action-pro:focus{background:var(--bl-lt)!important;
  color:#3856e8!important;
  border-color:#3856e8!important;
  box-shadow:0 6px 16px rgba(81,112,255,.14)!important;
  transform:translateY(-2px)!important;}
/* Lower-priority action: same size, deliberately quieter */
body.peasy-v2 .hero-actions .hero-action-level{appearance:none!important;
  -webkit-appearance:none!important;
  background:#f5f5f5!important;
  color:#5f5a5d!important;
  border:1.5px solid #cfcfd2!important;
  box-shadow:none!important;
  font-weight:600!important;}
body.peasy-v2 .hero-actions .hero-action-level:hover,
body.peasy-v2 .hero-actions .hero-action-level:focus{background:#e9ebf2!important;
  color:#403b3e!important;
  border-color:#a9abb5!important;
  box-shadow:0 5px 14px rgba(34,28,31,.08)!important;
  transform:translateY(-2px)!important;}
body.peasy-v2 .hero-actions .hero-action svg{flex:0 0 auto!important;}
body.peasy-v2 .hero .rdv-hint{text-align:center!important;
  display:block!important;
  width:100%!important;}
/* Preserve the original CTA order on mobile. */
@media (max-width:600px){
  body.peasy-v2 .hero-actions{max-width:100%!important;
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    align-items:stretch!important;}
  body.peasy-v2 .hero-actions .hero-action{flex:0 0 auto!important;
    width:100%!important;
    min-height:52px!important;
    height:52px!important;
    font-size:13px!important;
    padding:11px 14px!important;
    white-space:normal!important;}
  body.peasy-v2 .hero-actions .hero-action-primary{min-height:56px!important;
    height:56px!important;
    font-size:13.5px!important;}
}
@media (max-width:390px){
  body.peasy-v2 .hero-actions .hero-action{font-size:12.5px!important;}
}
/* ===== LOCK ORIGINAL HERO CTA ORDER ===== */
body.peasy-v2 .hero-actions .hero-action-primary{order:1!important}
body.peasy-v2 .hero-actions .hero-action-pro{order:2!important}
body.peasy-v2 .hero-actions .hero-action-level{order:3!important}
@media (max-width:600px){
  body.peasy-v2 .hero-actions{flex-direction:column!important;}
  body.peasy-v2 .hero-actions .hero-action-primary{order:1!important}
  body.peasy-v2 .hero-actions .hero-action-pro{order:2!important}
  body.peasy-v2 .hero-actions .hero-action-level{order:3!important}
}
/* ===== PEASY FINAL CTA / PRESS / NAV FIXES ===== */
/* Remove/hide login button if any theme injects it back */
body.peasy-v2 .nav-login{display:none!important;}
/* Global button safety: keep pill shape and readable text on hover/focus */
body.peasy-v2 a.btn-p,
body.peasy-v2 button.btn-p,
body.peasy-v2 a.btn-s,
body.peasy-v2 button.btn-s,
body.peasy-v2 a.btn-g,
body.peasy-v2 button.btn-g{border-radius:var(--rp)!important;}
body.peasy-v2 a.btn-p:hover,
body.peasy-v2 a.btn-p:focus,
body.peasy-v2 button.btn-p:hover,
body.peasy-v2 button.btn-p:focus{color:var(--wh)!important;
  border-radius:var(--rp)!important;}
body.peasy-v2 a.btn-s:hover,
body.peasy-v2 a.btn-s:focus,
body.peasy-v2 button.btn-s:hover,
body.peasy-v2 button.btn-s:focus{color:var(--bl)!important;
  background:var(--bl-lt)!important;
  border-color:var(--bl)!important;
  border-radius:var(--rp)!important;}
body.peasy-v2 a.btn-g:hover,
body.peasy-v2 a.btn-g:focus,
body.peasy-v2 button.btn-g:hover,
body.peasy-v2 button.btn-g:focus{color:var(--bl)!important;
  border-radius:var(--rp)!important;}
/* Centralize the helper time text under CTAs */
body.peasy-v2 .rdv-hint{text-align:center!important;
  display:block!important;
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;}
/* Fix the smaller "Tester mon niveau (2 min)" CTA in formula sections */
body.peasy-v2 #formules .btn-s,
body.peasy-v2 #formules .btn-p,
body.peasy-v2 #formules .btn-g,
body.peasy-v2 #formules a[href="#quiz"],
body.peasy-v2 #formules a[href="#rdv"],
body.peasy-v2 #formules button{border-radius:var(--rp)!important;}
body.peasy-v2 #formules .btn-s:hover,
body.peasy-v2 #formules .btn-s:focus,
body.peasy-v2 #formules a[href="#quiz"]:hover,
body.peasy-v2 #formules a[href="#quiz"]:focus{color:var(--bl)!important;
  background:var(--bl-lt)!important;
  border-color:var(--bl)!important;
  box-shadow:0 6px 16px rgba(81,112,255,.14)!important;}
body.peasy-v2 #formules .btn-p:hover,
body.peasy-v2 #formules .btn-p:focus,
body.peasy-v2 #formules a[href="#rdv"]:hover,
body.peasy-v2 #formules a[href="#rdv"]:focus{color:#fff!important;
  background:#3856e8!important;
  box-shadow:0 8px 18px rgba(81,112,255,.25)!important;}
/* Press logos: present them on clean white tiles */
body.peasy-v2 #presse img[alt="Marie Claire"],
body.peasy-v2 #presse img[alt="Spotify"],
body.peasy-v2 #presse img[alt="France Bleu Pays de Savoie"],
body.peasy-v2 #presse img[alt="France 3"],
body.peasy-v2 #presse img[alt="NRJ"]{background:#fff!important;
  border:1px solid #ececec!important;
  border-radius:16px!important;
  padding:14px!important;
  box-shadow:0 6px 18px rgba(34,28,31,.06)!important;
  object-fit:contain!important;}
/* Slightly soften the logo wrappers */
body.peasy-v2 #presse > .w > div:nth-of-type(2) > div{opacity:1!important;}
/* ===== PEASY LOGO / HOVER / ALEX CTA FIXES ===== */
/* "Tester mon niveau" secondary CTA:
   normal = light/outlined, hover = blue with white text */
body.peasy-v2 #formules .level-secondary-cta,
body.peasy-v2 #formules button.level-secondary-cta{appearance:none!important;
  -webkit-appearance:none!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  min-height:48px!important;
  padding:12px 28px!important;
  margin:0 auto!important;
  border:2px solid var(--bl)!important;
  border-radius:999px!important;
  background:#fff!important;
  background-color:#fff!important;
  color:var(--bl)!important;
  box-shadow:none!important;
  font-family:var(--fb)!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.3!important;
  text-align:center!important;
  text-transform:none!important;
  letter-spacing:0!important;
  transition:background-color .18s ease,color .18s ease,border-color .18s ease,box-shadow .18s ease,transform .18s ease!important;}
body.peasy-v2 #formules .level-secondary-cta:hover,
body.peasy-v2 #formules .level-secondary-cta:focus,
body.peasy-v2 #formules button.level-secondary-cta:hover,
body.peasy-v2 #formules button.level-secondary-cta:focus{background:var(--bl)!important;
  background-color:var(--bl)!important;
  color:#fff!important;
  border-color:var(--bl)!important;
  box-shadow:0 7px 18px rgba(81,112,255,.24)!important;
  transform:translateY(-1px)!important;
  outline:none!important;}
/* Make every nested/text node inherit the readable hover color */
body.peasy-v2 #formules .level-secondary-cta *,
body.peasy-v2 #formules .level-secondary-cta:hover *,
body.peasy-v2 #formules .level-secondary-cta:focus *{color:inherit!important;}
/* Alex CTA and timing aligned to the exact same center */
body.peasy-v2 .alex-cta-wrap{display:inline-flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:max-content!important;
  max-width:100%!important;}
body.peasy-v2 .alex-cta-wrap .btn-p{margin:0!important;}
body.peasy-v2 .alex-cta-wrap .rdv-hint{width:100%!important;
  text-align:center!important;
  margin:8px 0 0!important;}
/* Clean, real media logos: no tiny cards/checkerboard-style presentation */
body.peasy-v2 .media-logo-bar{background:#fff!important;
  border:1px solid var(--bd)!important;
  border-radius:24px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:38px 52px!important;
  margin-bottom:60px!important;
  padding:34px 42px!important;
  box-shadow:0 2px 24px rgba(34,28,31,.06)!important;}
body.peasy-v2 .media-logo-item{width:132px!important;
  height:70px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 auto!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;}
body.peasy-v2 .media-logo-item.media-logo-wide{width:180px!important;}
body.peasy-v2 .media-logo-item.media-logo-compact{width:92px!important;}
body.peasy-v2 .media-logo-item.media-logo-nrj{width:104px!important;}
body.peasy-v2 .media-logo-item img{display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:70px!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  padding:0!important;
  margin:0!important;}
/* Override the older logo-tile CSS injected previously */
body.peasy-v2 #presse .media-logo-bar img{background:transparent!important;
  border:0!important;
  border-radius:0!important;
  padding:0!important;
  box-shadow:none!important;
  object-fit:contain!important;}
@media (max-width:700px){
  body.peasy-v2 .media-logo-bar{gap:28px 32px!important;
    padding:28px 20px!important;}
  body.peasy-v2 .media-logo-item,
body.peasy-v2 .media-logo-item.media-logo-wide,
body.peasy-v2 .media-logo-item.media-logo-compact,
body.peasy-v2 .media-logo-item.media-logo-nrj{width:calc(50% - 18px)!important;
    max-width:150px!important;
    height:60px!important;}
  body.peasy-v2 .media-logo-item img{max-height:60px!important;}
}
@media (max-width:600px){
  body.peasy-v2 #formules .level-secondary-cta,
body.peasy-v2 #formules button.level-secondary-cta{width:100%!important;
    white-space:normal!important;
    padding:12px 18px!important;}
  body.peasy-v2 .alex-cta-wrap{width:100%!important;}
  body.peasy-v2 .alex-cta-wrap .btn-p{width:100%!important;}
}
/* ===== PEASY FIX: 86% CARD CTA HOVER + NRJ LOGO ===== */
/* Strong override for the 86% card CTA */
body.peasy-v2 .btn-g.pain-card-level-btn,
body.peasy-v2 button.btn-g.pain-card-level-btn{color:var(--ac)!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;}
body.peasy-v2 .btn-g.pain-card-level-btn:hover,
body.peasy-v2 .btn-g.pain-card-level-btn:focus,
body.peasy-v2 button.btn-g.pain-card-level-btn:hover,
body.peasy-v2 button.btn-g.pain-card-level-btn:focus{color:#ffffff!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
  outline:none!important;}
body.peasy-v2 .btn-g.pain-card-level-btn *,
body.peasy-v2 .btn-g.pain-card-level-btn:hover *,
body.peasy-v2 .btn-g.pain-card-level-btn:focus *{color:inherit!important;}
/* NRJ inline SVG sizing */
body.peasy-v2 .media-logo-item svg.media-logo-svg{display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:70px!important;}
/* ===== PEASY ACCESSIBILITY, FOOTER AND MOBILE DIVIDER UPDATE ===== */
body.peasy-v2{--bl-accessible:#354dcc;
  --ac-text:#007a55;}
/* Increase small body copy by roughly 20% for an older audience */
body.peasy-v2 section [style*="font-size:10px"]{font-size:12px!important}
body.peasy-v2 section [style*="font-size:11px"]{font-size:13px!important}
body.peasy-v2 section [style*="font-size:12px"]{font-size:14.5px!important}
body.peasy-v2 section [style*="font-size:13px"]{font-size:15.5px!important}
body.peasy-v2 section [style*="font-size:14px"]{font-size:16.5px!important}
body.peasy-v2 .lbl{font-size:13px!important}
body.peasy-v2 .badge-pill{font-size:14px!important}
body.peasy-v2 .frise-num{font-size:12px!important}
body.peasy-v2 .frise-t{font-size:15.5px!important}
body.peasy-v2 .frise-d{font-size:14.5px!important}
body.peasy-v2 .aa-t{font-size:13px!important}
body.peasy-v2 .aa-row p{font-size:15.5px!important}
body.peasy-v2 .opt{font-size:17px!important}
body.peasy-v2 .qbtn{font-size:16px!important}
body.peasy-v2 .testi-name{font-size:16px!important}
body.peasy-v2 .testi-text{font-size:14.5px!important}
body.peasy-v2 .prof-name{font-size:15.5px!important}
body.peasy-v2 .prof-city{font-size:13px!important}
body.peasy-v2 .prof-bio{font-size:13px!important}
body.peasy-v2 .faq-q{font-size:17px!important}
body.peasy-v2 .faq-a{font-size:17px!important}
body.peasy-v2 .rdv-hint{font-size:14.5px!important}
body.peasy-v2 .yt-label span{font-size:13px!important}
body.peasy-v2 .yt-duration{font-size:12px!important}
/* Use a darker blue wherever aqua text appears over the primary blue */
body.peasy-v2 .pain-stat-card{background:var(--bl-accessible)!important;}
body.peasy-v2 .pain-stat-card .pain-card-level-btn{color:#ffffff!important;}
body.peasy-v2 .pain-stat-card .pain-card-level-btn:hover,
body.peasy-v2 .pain-stat-card .pain-card-level-btn:focus{color:#ffffff!important;
  text-decoration:underline!important;}
/* Final CTA: aqua now has sufficient contrast against the darker blue */
body.peasy-v2 #rdv{background:var(--bl-accessible)!important;}
body.peasy-v2 #rdv > .w > p:first-child{color:var(--ac)!important;}
body.peasy-v2 .rdv-divider{background:var(--bl-accessible)!important;}
/* Darker accent text on light backgrounds */
body.peasy-v2 footer a,
body.peasy-v2 footer span,
body.peasy-v2 footer p{color:#4a4347!important;}
body.peasy-v2 footer a:hover,
body.peasy-v2 footer a:focus{color:var(--bl-accessible)!important;}
body.peasy-v2 footer a[style*="color:var(--ac)"]{color:var(--ac-text)!important;}
/* Restored footer layout and readable sizing */
body.peasy-v2 footer{position:relative!important;
  z-index:1!important;}
body.peasy-v2 footer .foot-g{grid-template-columns:2fr 1fr 1fr 1fr!important;
  gap:32px!important;}
body.peasy-v2 footer [style*="font-size:10px"]{font-size:12px!important}
body.peasy-v2 footer [style*="font-size:12px"]{font-size:14px!important}
body.peasy-v2 footer [style*="font-size:13px"]{font-size:15.5px!important}
body.peasy-v2 footer [style*="font-size:17px"]{font-size:20px!important}
/* Clean NRJ logo presentation */
body.peasy-v2 .media-logo-item.media-logo-nrj a{width:100%!important;
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;}
body.peasy-v2 .media-logo-item.media-logo-nrj img{width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  display:block!important;}
/* Remove the thin line that appears above waves/dividers on mobile */
body.peasy-v2 .sec-div{line-height:0!important;
  font-size:0!important;
  overflow:hidden!important;
  border:0!important;
  margin-top:-2px!important;
  margin-bottom:-2px!important;
  position:relative!important;
  z-index:2!important;}
body.peasy-v2 .sec-div svg{display:block!important;
  width:calc(100% + 4px)!important;
  max-width:none!important;
  height:54px!important;
  margin-left:-2px!important;
  transform:translateY(-1px)!important;
  border:0!important;}
/* Avoid anti-aliasing seams between sections and their waves */
body.peasy-v2 .sec-div + section{margin-top:-2px!important;}
@media (max-width:900px){
  body.peasy-v2 footer .foot-g{grid-template-columns:1fr 1fr!important;}
}
@media (max-width:600px){
  body.peasy-v2{font-size:17px!important;}
  body.peasy-v2 p{line-height:1.72!important;}
  body.peasy-v2 section [style*="font-size:10px"]{font-size:12px!important}
  body.peasy-v2 section [style*="font-size:11px"]{font-size:13px!important}
  body.peasy-v2 section [style*="font-size:12px"]{font-size:14px!important}
  body.peasy-v2 section [style*="font-size:13px"]{font-size:15px!important}
  body.peasy-v2 section [style*="font-size:14px"]{font-size:16px!important}
  body.peasy-v2 .frise-t{font-size:17px!important}
  body.peasy-v2 .frise-d{font-size:15px!important}
  body.peasy-v2 .faq-q,
body.peasy-v2 .faq-a{font-size:16px!important}
  body.peasy-v2 .opt{font-size:16px!important}
  body.peasy-v2 .sec-div{margin-top:-3px!important;
    margin-bottom:-3px!important;}
  body.peasy-v2 .sec-div svg{height:40px!important;
    transform:translateY(-2px)!important;}
  body.peasy-v2 footer{padding-left:16px!important;
    padding-right:16px!important;}
  body.peasy-v2 footer .foot-g{grid-template-columns:1fr!important;
    gap:28px!important;}
  body.peasy-v2 footer [style*="gap:16px;display:flex"]{flex-wrap:wrap!important;}
}
/* ===== PEASY TYPOGRAPHY SYSTEM — UI/UX ACCESSIBLE SCALE ===== */
body.peasy-v2{--type-body:18px;
  --type-body-mobile:17px;
  --type-small:15px;
  --type-label:13px;}
/* Main hierarchy */
body.peasy-v2{font-size:var(--type-body)!important;
  line-height:1.65!important;
  -webkit-text-size-adjust:100%;
  text-size-adjust:100%;}
body.peasy-v2 h1{font-size:clamp(38px,4.2vw,52px)!important;
  line-height:1.12!important;
  letter-spacing:-0.025em!important;
  text-wrap:balance;}
body.peasy-v2 h2{font-size:clamp(30px,3.2vw,40px)!important;
  line-height:1.2!important;
  letter-spacing:-0.018em!important;
  text-wrap:balance;}
body.peasy-v2 h3{font-size:clamp(22px,2.2vw,28px)!important;
  line-height:1.3!important;
  letter-spacing:-0.01em!important;}
body.peasy-v2 p{font-size:var(--type-body)!important;
  line-height:1.7!important;}
/* Normalize old inline sizes without making labels oversized */
body.peasy-v2 section [style*="font-size:10px"]{font-size:12.5px!important;line-height:1.45!important}
body.peasy-v2 section [style*="font-size:11px"]{font-size:13.5px!important;line-height:1.5!important}
body.peasy-v2 section [style*="font-size:12px"]{font-size:15px!important;line-height:1.55!important}
body.peasy-v2 section [style*="font-size:13px"]{font-size:16px!important;line-height:1.6!important}
body.peasy-v2 section [style*="font-size:14px"]{font-size:17px!important;line-height:1.65!important}
body.peasy-v2 section [style*="font-size:15px"]{font-size:18px!important;line-height:1.65!important}
body.peasy-v2 section [style*="font-size:16px"]{font-size:18px!important;line-height:1.7!important}
body.peasy-v2 section [style*="font-size:17px"]{font-size:19px!important;line-height:1.7!important}
/* Utility text */
body.peasy-v2 .lbl,
body.peasy-v2 .frise-num,
body.peasy-v2 .prof-city,
body.peasy-v2 .yt-duration{font-size:var(--type-label)!important;}
body.peasy-v2 .rdv-hint,
body.peasy-v2 .testi-text,
body.peasy-v2 .prof-bio,
body.peasy-v2 .frise-d,
body.peasy-v2 .aa-row p{font-size:var(--type-small)!important;
  line-height:1.65!important;}
/* Cards should not inherit oversized display heading values */
body.peasy-v2 .card h3,
body.peasy-v2 .prog-g h3,
body.peasy-v2 .prof-card h3{font-size:clamp(20px,1.8vw,24px)!important;}
/* Buttons remain readable and can grow at 200% zoom */
body.peasy-v2 button,
body.peasy-v2 a.btn-p,
body.peasy-v2 a.btn-s,
body.peasy-v2 a.btn-g,
body.peasy-v2 .qbtn{font-size:16px!important;
  line-height:1.35!important;
  min-height:48px!important;
  height:auto!important;
  white-space:normal!important;}
/* Keep compact pills and badges compact */
body.peasy-v2 .badge-pill,
body.peasy-v2 .frise-num,
body.peasy-v2 [class*="badge"],
body.peasy-v2 [style*="font-size:9px"]{font-size:13px!important;
  line-height:1.35!important;}
/* Comfortable line length for long reading blocks */
body.peasy-v2 .section-title-wrap .sub,
body.peasy-v2 #alex p,
body.peasy-v2 #faq .faq-a,
body.peasy-v2 #rdv > .w > p{max-width:68ch;}
/* Mobile hierarchy */
@media (max-width:600px){
  body.peasy-v2{font-size:var(--type-body-mobile)!important;
    line-height:1.65!important;}
  body.peasy-v2 h1{font-size:clamp(32px,9vw,38px)!important;
    line-height:1.14!important;}
  body.peasy-v2 h2{font-size:clamp(26px,7.2vw,32px)!important;
    line-height:1.22!important;}
  body.peasy-v2 h3{font-size:clamp(21px,5.8vw,24px)!important;
    line-height:1.32!important;}
  body.peasy-v2 p{font-size:var(--type-body-mobile)!important;
    line-height:1.72!important;}
  body.peasy-v2 section [style*="font-size:10px"]{font-size:12.5px!important}
  body.peasy-v2 section [style*="font-size:11px"]{font-size:13.5px!important}
  body.peasy-v2 section [style*="font-size:12px"]{font-size:14.5px!important}
  body.peasy-v2 section [style*="font-size:13px"]{font-size:15.5px!important}
  body.peasy-v2 section [style*="font-size:14px"]{font-size:16px!important}
  body.peasy-v2 section [style*="font-size:15px"]{font-size:17px!important}
  body.peasy-v2 section [style*="font-size:16px"]{font-size:17px!important}
  body.peasy-v2 section [style*="font-size:17px"]{font-size:18px!important}
  body.peasy-v2 .card h3,
body.peasy-v2 .prog-g h3,
body.peasy-v2 .prof-card h3{font-size:21px!important;}
  body.peasy-v2 button,
body.peasy-v2 a.btn-p,
body.peasy-v2 a.btn-s,
body.peasy-v2 a.btn-g,
body.peasy-v2 .qbtn{font-size:16px!important;
    min-height:50px!important;}
}
/* ===== PEASY BOLD HEADINGS + DOUBLE-SIDED SECTION LABELS ===== */
/* All main titles in bold */
body.peasy-v2 h1,
body.peasy-v2 h2,
body.peasy-v2 h3{font-weight:700!important;}
/* Section eyebrow labels: bold text with a line on both sides */
body.peasy-v2 .lbl{display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  font-weight:800!important;
  letter-spacing:2px!important;
  text-align:center!important;}
body.peasy-v2 .lbl::before,
body.peasy-v2 .lbl::after{content:""!important;
  display:block!important;
  width:22px!important;
  height:2px!important;
  flex:0 0 22px!important;
  border-radius:999px!important;
  background:currentColor!important;
  opacity:.9!important;}
/* Preserve centered labels inside title wrappers */
body.peasy-v2 .section-title-wrap .lbl,
body.peasy-v2 #faq .lbl,
body.peasy-v2 #presse .lbl,
body.peasy-v2 #temoignages .lbl,
body.peasy-v2 #rdv .lbl{margin-left:auto!important;
  margin-right:auto!important;}
/* Mobile: slightly shorter lines to avoid wrapping */
@media (max-width:600px){
  body.peasy-v2 .lbl{gap:8px!important;
    letter-spacing:1.6px!important;}
  body.peasy-v2 .lbl::before,
body.peasy-v2 .lbl::after{width:16px!important;
    flex-basis:16px!important;}
}
/* ===== PEASY FORCE HEADING WEIGHT ===== */
/* Force true bold across headings and every nested element */
body.peasy-v2 h1,
body.peasy-v2 h2,
body.peasy-v2 h3,
body.peasy-v2 h1 *,
body.peasy-v2 h2 *,
body.peasy-v2 h3 *{font-family:var(--fd)!important;
  font-weight:800!important;
  font-synthesis:weight!important;}
/* Hero headline needs the strongest visual hierarchy */
body.peasy-v2 .hero h1,
body.peasy-v2 .hero h1 *{font-weight:900!important;}
/* Preserve italic style without losing bold weight */
body.peasy-v2 h1 em,
body.peasy-v2 h2 em,
body.peasy-v2 h3 em{font-style:normal!important;
  font-weight:800!important;}
/* WordPress/Elementor selectors that often override heading weight */
body.peasy-v2 .elementor-widget-heading h1,
body.peasy-v2 .elementor-widget-heading h2,
body.peasy-v2 .elementor-widget-heading h3,
body.peasy-v2 .elementor-heading-title,
body.peasy-v2 .elementor-heading-title *,
body.peasy-v2 .entry-content h1,
body.peasy-v2 .entry-content h2,
body.peasy-v2 .entry-content h3,
body.peasy-v2 .entry-content h1 *,
body.peasy-v2 .entry-content h2 *,
body.peasy-v2 .entry-content h3 *{font-weight:800!important;}
/* Mobile keeps the same strong hierarchy */
@media (max-width:600px){
  body.peasy-v2 h1,
body.peasy-v2 h2,
body.peasy-v2 h3,
body.peasy-v2 h1 *,
body.peasy-v2 h2 *,
body.peasy-v2 h3 *{font-weight:800!important;}
  body.peasy-v2 .hero h1,
body.peasy-v2 .hero h1 *{font-weight:900!important;}
}
/* ===== PEASY MOBILE HEADING HIERARCHY + STACKED LABEL LINES ===== */
@media (max-width:600px){
  /* Stronger hierarchy: headings must be visibly larger than body copy */
  body.peasy-v2 h1{font-size:clamp(38px,10vw,44px)!important;
    line-height:1.08!important;
    letter-spacing:-0.03em!important;}
  body.peasy-v2 h2{font-size:clamp(32px,8.4vw,38px)!important;
    line-height:1.16!important;
    letter-spacing:-0.02em!important;}
  body.peasy-v2 h3{font-size:clamp(24px,6.2vw,28px)!important;
    line-height:1.24!important;}
  body.peasy-v2 p{font-size:17px!important;
    line-height:1.72!important;}
  /* Hero heading gets a little more emphasis */
  body.peasy-v2 .hero h1,
body.peasy-v2 .hero h1 *{font-size:clamp(40px,10.5vw,46px)!important;
    line-height:1.08!important;}
  /* On mobile, eyebrow labels use lines above and below,
     which works better when the label wraps to two lines */
  body.peasy-v2 .lbl{display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    width:min(100%,320px)!important;
    max-width:100%!important;
    margin-left:auto!important;
    margin-right:auto!important;
    gap:8px!important;
    text-align:center!important;
    line-height:1.45!important;
    white-space:normal!important;}
  body.peasy-v2 .lbl::before,
body.peasy-v2 .lbl::after{width:100%!important;
    max-width:220px!important;
    height:2px!important;
    flex:0 0 2px!important;
    margin:0 auto!important;}
  /* Keep left-aligned section labels readable without stretching too much */
  body.peasy-v2 #alex .lbl,
body.peasy-v2 .hero .lbl{width:min(100%,220px)!important;}
}
@media (max-width:390px){
  body.peasy-v2 h1{font-size:37px!important;}
  body.peasy-v2 h2{font-size:31px!important;}
  body.peasy-v2 .hero h1,
body.peasy-v2 .hero h1 *{font-size:39px!important;}
  body.peasy-v2 .lbl{width:min(100%,280px)!important;}
  body.peasy-v2 .lbl::before,
body.peasy-v2 .lbl::after{max-width:180px!important;}
}
/* ===== PEASY MOBILE CENTER ALIGNMENT + FOOTER LOGO ===== */
body.peasy-v2 .footer-logo-wrap{display:flex!important;
  align-items:center!important;
  margin-bottom:14px!important;}
body.peasy-v2 .footer-peasy-logo{display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:190px!important;
  max-height:58px!important;
  object-fit:contain!important;}
/* Mobile-only centralization requested */
@media (max-width:600px){
  /* Hero copy centered only on mobile */
  body.peasy-v2 .hero .hero-g > div:first-child{text-align:center!important;}
  body.peasy-v2 .hero .hero-g > div:first-child > .badge-pill{margin-left:auto!important;
    margin-right:auto!important;}
  body.peasy-v2 .hero .hero-g > div:first-child > h1,
body.peasy-v2 .hero .hero-g > div:first-child > p{text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;}
  body.peasy-v2 .hero .hero-actions{margin-left:auto!important;
    margin-right:auto!important;}
  body.peasy-v2 .hero .rdv-hint{text-align:center!important;}
  /* Alex/founder copy centered only on mobile */
  body.peasy-v2 #alex > .w > div:first-child,
body.peasy-v2 #alex .w > div:first-child{text-align:center!important;}
  body.peasy-v2 #alex > .w > div:first-child > h2,
body.peasy-v2 #alex > .w > div:first-child > p,
body.peasy-v2 #alex .w > div:first-child > h2,
body.peasy-v2 #alex .w > div:first-child > p{text-align:center!important;
    margin-left:auto!important;
    margin-right:auto!important;}
  body.peasy-v2 #alex .alex-cta-wrap{margin-left:auto!important;
    margin-right:auto!important;}
  /* Keep benefit rows easy to scan while centering the group */
  body.peasy-v2 #alex > .w > div:first-child > div[style*="flex-direction:column"],
body.peasy-v2 #alex .w > div:first-child > div[style*="flex-direction:column"]{width:min(100%,420px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    text-align:left!important;}
  body.peasy-v2 #alex > .w > div:first-child > div[style*="flex-direction:column"] > div,
body.peasy-v2 #alex .w > div:first-child > div[style*="flex-direction:column"] > div{text-align:left!important;}
  /* Footer logo centered on mobile */
  body.peasy-v2 .footer-logo-wrap{justify-content:center!important;}
  body.peasy-v2 .footer-peasy-logo{max-width:180px!important;}
  body.peasy-v2 footer .foot-g > div:first-child{text-align:center!important;}
  body.peasy-v2 footer .foot-g > div:first-child > p{text-align:center!important;}
  body.peasy-v2 footer .foot-g > div:first-child > div[style*="gap:16px"]{justify-content:center!important;}
}
/* ===== CENTER READY LABEL ===== */
body.peasy-v2 #rdv > .w > p:first-child{display:block!important;
  width:100%!important;
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;}
/* ===== AUDREY PDF CORRECTIONS + COOKIE BAR SAFE AREA ===== */
body.peasy-v2{--peasy-cookie-offset:0px;}
body.peasy-v2 .wa{bottom:calc(28px + var(--peasy-cookie-offset))!important;
  transition:bottom .22s ease,transform .2s!important;}
body.peasy-v2 footer{padding-bottom:calc(28px + var(--peasy-cookie-offset))!important;
  transition:padding-bottom .22s ease!important;}
body.peasy-v2 .pro-formations-note{color:rgba(255,255,255,.82)!important;
  font-size:13px!important;
  line-height:1.45!important;
  margin:2px 0 12px!important;
  font-style:italic!important;}
body.peasy-v2 .rdv-options-grid{display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:16px!important;
  max-width:620px!important;
  margin:0 auto 20px!important;}
body.peasy-v2 .rdv-option-card{background:#221c1f!important;
  border:1px solid #4a4347!important;
  border-radius:var(--rc)!important;
  padding:22px!important;
  display:flex!important;
  flex-direction:column!important;
  text-align:left!important;}
body.peasy-v2 .rdv-option-kicker{color:var(--ac)!important;
  margin-bottom:8px!important;
  font-size:13px!important;
  font-weight:700!important;}
body.peasy-v2 .rdv-option-title{color:#fff!important;
  font-family:var(--fd)!important;
  margin-bottom:7px!important;
  font-size:18px!important;
  font-weight:800!important;
  line-height:1.35!important;}
body.peasy-v2 .rdv-option-copy{color:rgba(255,255,255,.92)!important;
  margin-bottom:4px!important;
  font-size:15px!important;}
body.peasy-v2 .rdv-option-meta{color:rgba(255,255,255,.85)!important;
  margin-bottom:16px!important;
  font-size:14px!important;}
body.peasy-v2 .rdv-option-button{width:100%!important;
  justify-content:center!important;
  margin-top:auto!important;
  padding:12px!important;}
body.peasy-v2 .footer-legal-links{color:#4a4347!important;
  font-size:14px!important;
  line-height:1.7!important;}
body.peasy-v2 .footer-legal-links a{color:#4a4347!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;}
body.peasy-v2 .footer-legal-links a:hover,
body.peasy-v2 .footer-legal-links a:focus{color:#354dcc!important;}
@media (max-width:700px){
  body.peasy-v2 .rdv-options-grid{grid-template-columns:1fr!important;
    max-width:520px!important;}
}
@media (max-width:600px){
  body.peasy-v2 .wa{bottom:calc(16px + var(--peasy-cookie-offset))!important;}
  body.peasy-v2 footer{padding-bottom:calc(32px + var(--peasy-cookie-offset))!important;}
  body.peasy-v2 .footer-legal-links{display:block!important;
    text-align:center!important;}
}

/* ===== PEASY V2 GLOBAL LAYOUT 3.5.1 ===== */
body.peasy-v2 .qlwapp__container{display:none!important}
body.peasy-v2 #peasy-v2-main{min-height:40vh}
body.peasy-v2 .peasy-v2-global-header{position:relative;z-index:1000}
body.peasy-v2 .peasy-v2-global-header .nav-logo img{
  width:auto!important;height:42px!important;max-width:170px!important;object-fit:contain!important;display:block!important
}
body.peasy-v2 .peasy-v2-global-header .nav-links{gap:24px!important}
body.peasy-v2 .peasy-v2-global-header .nav-links a{white-space:nowrap!important}
body.peasy-v2 .peasy-v2-global-footer{
  background:#f7f5f1!important;border-top:1px solid rgba(34,28,31,.09)!important;padding:48px 0 22px!important;margin:0!important;position:relative!important;z-index:5!important
}
body.peasy-v2 .peasy-v2-global-footer .foot-g{margin-bottom:30px!important}
body.peasy-v2 .peasy-v2-global-footer h3{
  color:#221c1f!important;text-transform:uppercase!important;letter-spacing:.8px!important;font-family:var(--fb)!important;font-size:13px!important;font-weight:800!important;margin:0 0 14px!important
}
body.peasy-v2 .peasy-v2-global-footer p{color:#4a4347!important;font-size:14px!important;line-height:1.75!important;margin:0 0 15px!important}
body.peasy-v2 .peasy-v2-footer-links{display:flex!important;flex-direction:column!important;gap:9px!important}
body.peasy-v2 .peasy-v2-global-footer a{color:#4a4347!important;font-size:14px!important;text-decoration:none!important}
body.peasy-v2 .peasy-v2-global-footer a:hover{color:#354dcc!important;text-decoration:underline!important;text-underline-offset:3px!important}
body.peasy-v2 .peasy-v2-socials{display:flex!important;flex-wrap:wrap!important;gap:14px!important}
body.peasy-v2 .peasy-v2-footer-bottom{
  border-top:1px solid rgba(34,28,31,.12)!important;padding-top:18px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;flex-wrap:wrap!important;color:#4a4347!important;font-size:13px!important
}
body.peasy-v2 .footer-logo-wrap{display:inline-flex!important;margin-bottom:14px!important}
body.peasy-v2 .footer-peasy-logo{display:block!important;width:auto!important;height:auto!important;max-width:190px!important;max-height:58px!important;object-fit:contain!important}
body.peasy-v2 .blog-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
@media(max-width:900px){
  body.peasy-v2 .peasy-v2-global-header .nav-links{display:none!important}
  body.peasy-v2 .peasy-v2-global-footer .foot-g{grid-template-columns:1fr 1fr!important}
}
@media(max-width:600px){
  body.peasy-v2 .peasy-v2-global-header .nav-logo img{height:34px!important;max-width:120px!important}
  body.peasy-v2 .peasy-v2-global-header .nav-r>.btn-p{width:auto!important;min-width:0!important;font-size:11px!important;padding:9px 11px!important;white-space:nowrap!important}
  body.peasy-v2 .peasy-v2-global-footer{text-align:center!important;padding:38px 0 20px!important}
  body.peasy-v2 .peasy-v2-global-footer .foot-g{grid-template-columns:1fr!important;gap:26px!important}
  body.peasy-v2 .peasy-v2-footer-links,body.peasy-v2 .peasy-v2-socials{align-items:center!important;justify-content:center!important}
  body.peasy-v2 .peasy-v2-footer-bottom{flex-direction:column!important;justify-content:center!important;text-align:center!important}
}


/* ===== PEASY V2 EDITABLE GLOBAL HEADER/FOOTER 3.5 ===== */
body.peasy-v2 .peasy-v2-menu-toggle{
  appearance:none!important;background:transparent!important;border:1px solid var(--bd)!important;border-radius:12px!important;
  color:var(--tx)!important;cursor:pointer!important;width:44px!important;height:44px!important;min-width:44px!important;
  padding:0!important;display:none!important;align-items:center!important;justify-content:center!important;font-size:23px!important;line-height:1!important
}
body.peasy-v2 .peasy-v2-legal-links{display:flex!important;flex-wrap:wrap!important;gap:6px 14px!important;align-items:center!important}
body.peasy-v2 .peasy-v2-global-footer .peasy-v2-legal-links a{text-decoration:underline!important;text-underline-offset:3px!important}
@media(max-width:900px){
  body.peasy-v2 .peasy-v2-global-header .nav-in{position:relative!important}
  body.peasy-v2 .peasy-v2-menu-toggle{display:inline-flex!important;order:2!important}
  body.peasy-v2 .peasy-v2-global-header .nav-logo{order:1!important}
  body.peasy-v2 .peasy-v2-global-header .nav-r{order:3!important}
  body.peasy-v2 .peasy-v2-global-header .peasy-v2-global-nav-links{
    display:none!important;position:absolute!important;top:calc(100% + 8px)!important;left:0!important;right:0!important;
    flex-direction:column!important;align-items:stretch!important;gap:0!important;background:#fff!important;border:1px solid var(--bd)!important;
    border-radius:16px!important;padding:10px!important;box-shadow:0 18px 42px rgba(34,28,31,.16)!important;z-index:1002!important
  }
  body.peasy-v2 .peasy-v2-global-header .peasy-v2-global-nav-links.is-open{display:flex!important}
  body.peasy-v2 .peasy-v2-global-header .peasy-v2-global-nav-links a{
    padding:12px 14px!important;border-radius:10px!important;width:100%!important;text-align:left!important
  }
  body.peasy-v2 .peasy-v2-global-header .peasy-v2-global-nav-links a:hover{background:var(--bl-lt)!important;text-decoration:none!important}
}
@media(max-width:600px){
  body.peasy-v2 .peasy-v2-menu-toggle{width:40px!important;height:40px!important;min-width:40px!important;font-size:21px!important}
  body.peasy-v2 .peasy-v2-global-header .nav-in{gap:8px!important}
  body.peasy-v2 .peasy-v2-global-header .nav-r>.btn-p{font-size:10px!important;padding:8px 9px!important}
  body.peasy-v2 .peasy-v2-legal-links{justify-content:center!important}
}
