.exit-dialog {
  border: 1px solid #f6d6e7; padding: 0;
  width: min(480px, calc(100% - 28px)); max-height: calc(100dvh - 28px);
  border-radius: 28px; overflow: auto; color: #14213d; background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, .24);
}
.exit-dialog:not([open]) { display: none; }
.exit-dialog::backdrop { background: rgba(13, 20, 38, .72); }
html.exit-offer-open { overflow: hidden; }
.exit-offer-card { position: relative; padding: 44px 28px 18px; text-align: center; background: linear-gradient(180deg, #fff0f8 0, #fff 170px); border-radius: inherit; }
.exit-offer-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 6px; border-radius: 28px 28px 0 0; background: linear-gradient(90deg, #ff1493, #9c24e8); }
.exit-close {
  position: absolute; top: 12px; right: 12px; width: 32px; height: 32px;
  border: 1px solid #efdde8; border-radius: 50%; background: #fff; color: #64748b;
  font: 23px Arial, sans-serif; cursor: pointer;
}
.exit-close:hover { background: #ffe5f2; color: #a6105c; }
.exit-badge {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 10px 20px; border-radius: 999px; background: linear-gradient(110deg, #e50080, #8b24d9);
  color: #fff; font: 800 14px/1.2 'DM Sans', sans-serif; letter-spacing: .08em;
  box-shadow: 0 5px 12px rgba(218, 0, 122, .2);
}
.exit-badge svg { width: 19px; height: 19px; flex-shrink: 0; }
.exit-title { margin: 20px 0 10px; color: #17213b; font: 750 clamp(29px, 7vw, 36px)/1.12 Fraunces, Georgia, serif; letter-spacing: -.025em; }
.exit-copy { color: #536077; margin: 0 auto 20px; max-width: 355px; font: 400 15px/1.55 'DM Sans', sans-serif; }
.exit-price-panel { padding: 16px 12px 18px; margin: 0 0 18px; border: 1px solid #bce8d0; border-radius: 20px; background: linear-gradient(135deg, #f4fff9, #e9fff2); }
.exit-price-label { margin: 0 0 8px; color: #38614d; font: 800 11px/1.3 'DM Sans', sans-serif; letter-spacing: .16em; }
.exit-original { display: block; color: #87918c; font: 500 17px/1.4 'DM Sans', sans-serif; text-decoration-color: #e36e82; }
.exit-price { color: #008d40; margin: 4px 0 0; font: 800 clamp(38px, 12vw, 68px)/1.05 'DM Sans', sans-serif; letter-spacing: -.045em; white-space: nowrap; }
.exit-price .price-currency { font: 700 .32em/1 'DM Sans', sans-serif; letter-spacing: 0; vertical-align: baseline; }
.exit-buy { display: flex; align-items: center; justify-content: center; min-height: 56px; padding: 16px 14px; border-radius: 16px; background: #00b84c; border-bottom: 3px solid #008f3b; color: #fff; text-decoration: none; font: 800 16px/1.35 'DM Sans', sans-serif; box-shadow: 0 6px 12px rgba(0, 145, 58, .16); transition: background .15s, transform .15s; }
.exit-buy:hover { background: #009e40; transform: translateY(-1px); }
.exit-buy:active { transform: translateY(1px); }
.exit-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 16px 0 10px; }
.exit-benefit { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 11px 7px; border: 1px solid #e5eaf0; border-radius: 12px; background: #f9fbfd; color: #435169; font: 600 12px/1.3 'DM Sans', sans-serif; text-align: left; }
.exit-benefit svg { width: 23px; height: 23px; flex-shrink: 0; color: #04964e; }
.exit-decline { border: 0; background: transparent; color: #697589; text-decoration: underline; text-underline-offset: 3px; padding: 12px 5px; font: 400 12px/1.4 'DM Sans', sans-serif; cursor: pointer; }
.exit-offer-card [hidden] { display: none; }
.exit-offer-card :focus-visible { outline: 3px solid #7d2ae8; outline-offset: 3px; }
.exit-page { margin: 0; min-height: 100vh; min-height: 100dvh; display: grid; place-items: center; background: #fff5fa; padding: 24px 16px; box-sizing: border-box; }
.exit-page *, .exit-dialog * { box-sizing: border-box; }
.exit-page main { width: min(480px, 100%); }
.exit-page .exit-offer-card { width: 100%; border: 1px solid #f1dce8; border-radius: 28px; box-shadow: 0 12px 28px rgba(125, 40, 91, .08); }
@media (max-width: 359px) { .exit-offer-card { padding: 44px 17px 14px; } .exit-copy { font-size: 14px; } .exit-benefits { gap: 6px; } .exit-benefit { gap: 5px; font-size: 11px; } .exit-buy { font-size: 14px; } }
@media (prefers-reduced-motion: reduce) { .exit-buy { transition: none; } }
