.offer-bottom-sheet{background:#fff;border-radius:16px;bottom:24px;box-shadow:0 12px 40px rgba(17,12,46,.18),0 4px 12px rgba(17,12,46,.08);font-family:Onest,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;left:24px;max-width:calc(100vw - 48px);opacity:0;overflow:hidden;pointer-events:none;position:fixed;transform:translateY(16px);transition:opacity .3s ease,transform .3s ease;width:360px;z-index:9000}.offer-bottom-sheet.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.offer-bottom-sheet__header{background-color:#451bf1;color:#fff;overflow:hidden;padding:32px 24px 28px;position:relative}.offer-bottom-sheet__header-decoration{background:hsla(0,0%,100%,.08);border-radius:50%;height:180px;pointer-events:none;position:absolute;right:-40px;top:-40px;width:180px}.offer-bottom-sheet__header-decoration:after{background:hsla(0,0%,100%,.06);border-radius:50%;content:"";height:80px;left:-30px;position:absolute;top:60px;width:80px}.offer-bottom-sheet__header-content{position:relative;z-index:1}.offer-bottom-sheet__title{color:inherit;font-family:Bricolage Grotesque,Onest,sans-serif;font-size:32px;font-weight:800;letter-spacing:-.01em;line-height:1.1;margin:0 0 4px}.offer-bottom-sheet__subtitle{color:inherit;font-size:14px;line-height:1.4;margin:0;opacity:.95}.offer-bottom-sheet__close{align-items:center;background:hsla(0,0%,100%,.15);border:0;border-radius:8px;cursor:pointer;display:inline-flex;height:32px;justify-content:center;padding:0;position:absolute;right:16px;top:16px;transition:background .15s ease;width:32px;z-index:2}.offer-bottom-sheet__close:focus-visible,.offer-bottom-sheet__close:hover{background:hsla(0,0%,100%,.28);outline:none}.offer-bottom-sheet__body{background:#fff;padding:20px 24px 24px}.offer-bottom-sheet__description{color:#252427;font-size:14px;line-height:1.5;margin:0 0 20px}.offer-bottom-sheet__description p{margin:0 0 8px}.offer-bottom-sheet__description p:last-child{margin-bottom:0}.offer-bottom-sheet__actions{align-items:center;display:flex;gap:4px}.offer-bottom-sheet__cta-primary{align-items:center;background-color:#451bf1;border-radius:10px;color:#fff;display:inline-flex;flex:1;font-family:Onest,sans-serif;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 18px;text-decoration:none;transition:filter .15s ease,transform .15s ease;white-space:nowrap}.offer-bottom-sheet__cta-primary:focus-visible,.offer-bottom-sheet__cta-primary:hover{filter:brightness(1.08);outline:none;text-decoration:none}.offer-bottom-sheet__cta-primary:active{transform:translateY(1px)}.offer-bottom-sheet__cta-primary svg{flex-shrink:0}.offer-bottom-sheet__cta-secondary{align-items:center;background:transparent;border:0;border-radius:10px;color:#252427;cursor:pointer;display:inline-flex;font-family:Onest,sans-serif;font-size:14px;font-weight:500;padding:12px 16px;transition:background .15s ease}.offer-bottom-sheet__cta-secondary:focus-visible,.offer-bottom-sheet__cta-secondary:hover{background:#f4f3f7;outline:none}.offer-bottom-sheet__editor{background:#f9f9fb;border:1px dashed #a9a7ae;border-radius:8px;color:#7b7993;font-size:13px;padding:16px}@media (max-width:640px){.offer-bottom-sheet{bottom:16px;left:16px;max-width:none;right:16px;width:auto}.offer-bottom-sheet__title{font-size:26px}.offer-bottom-sheet__actions{flex-direction:row;flex-wrap:wrap}}@media (prefers-reduced-motion:reduce){.offer-bottom-sheet{transform:none;transition:opacity .01s linear}}