:root{--mp-yellow:#ffe600;--mp-blue:#009ee3;--mp-text:#333;--mp-text-light:#666;--mp-border:#ebebeb;--mp-bg:#f5f5f5;--mp-white:#fff;--mp-shadow:0 8px 32px #0000002e}.mp-bnpl-badge{max-width:380px;font-family:var(--font-dm-sans), sans-serif;background:#fffde7;border:1.5px solid #ffe600;border-radius:10px;align-items:center;gap:10px;margin:12px 0;padding:10px 14px;display:flex}.mp-bnpl-badge__icon{flex-shrink:0;width:36px;height:36px}.mp-bnpl-badge__text{color:var(--mp-text);font-size:13.5px;line-height:1.4}.mp-bnpl-badge__text strong{color:#1a1a1a;font-weight:600}.mp-bnpl-badge__link{color:var(--mp-blue);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none}.mp-modal-overlay{backdrop-filter:blur(3px);z-index:9999;background:#0000008c;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.mp-modal-overlay.is-open{display:flex}.mp-modal{width:320px;max-width:calc(100vw - 32px);box-shadow:var(--mp-shadow);font-family:var(--font-dm-sans), sans-serif;background:#fff;border-radius:20px;padding:20px 22px 18px;animation:.28s cubic-bezier(.34,1.2,.64,1) mpSlideUp;position:relative}.mp-modal__close{cursor:pointer;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;display:flex;position:absolute;top:12px;right:12px}.mp-modal__hero{justify-content:center;margin-bottom:10px;display:flex}.mp-modal__title{text-align:center;margin:0 0 12px;font-size:17px;font-weight:700;line-height:1.3}.mp-modal__steps{margin:0 0 12px;padding:0;list-style:none}.mp-modal__step{align-items:flex-start;gap:12px;padding:7px 0;display:flex;position:relative}.mp-modal__step p{margin:0}.mp-modal__step:not(:last-child):after{content:"";background:#ebebeb;width:2px;position:absolute;top:30px;bottom:0;left:13px}.mp-modal__step-num{background:#ffe600;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:26px;height:26px;margin-top:-3.9px;font-size:12px;font-weight:700;display:flex}.mp-modal__step-text{font-size:13px;line-height:1.4}.mp-modal__step-text strong{font-weight:600}.mp-modal__disclaimer{color:#666;text-align:center;margin-bottom:4px;font-size:11px}.mp-modal__help{color:#666;text-align:center;font-size:12px}.mp-modal__help a{color:#009ee3;font-weight:600;text-decoration:none}@keyframes mpSlideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}
