.sepro-overlay{position:fixed;inset:0;z-index:5000;display:flex;align-items:center;justify-content:center;padding:32px;background:rgba(10,19,28,.55);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:sepro-fade 160ms cubic-bezier(.22,1,.36,1);font-family:'Satoshi','Inter',ui-sans-serif,system-ui,sans-serif}.sepro-modal{width:100%;max-width:460px;max-height:86vh;overflow:hidden;background:#fff;box-shadow:0 24px 60px rgba(10,19,28,.3);display:flex;flex-direction:column;animation:sepro-pop 220ms cubic-bezier(.22,1,.36,1)}.sepro-head{position:relative;padding:22px 24px 6px}.sepro-badge{display:inline-flex;align-items:center;gap:6px;background:#1a2a3a;color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;padding:4px 10px;border-radius:.25rem}.sepro-badge i{color:#fff}.sepro-head h3{font-size:18px;font-weight:700;color:#111d29;margin:12px 0 6px}.sepro-head p{font-size:13px;color:#4d6277;margin:0;line-height:1.5}.sepro-close{position:absolute;top:14px;right:14px;border:0;background:transparent;cursor:pointer;width:34px;height:34px;border-radius:8px;color:#4d6277;display:inline-flex;align-items:center;justify-content:center;font-size:18px;transition:background 120ms ease,color 120ms ease}.sepro-close:hover{background:#f1f4f8;color:#111d29}.sepro-feats{display:grid;grid-template-columns:1fr 1fr;gap:10px 18px;padding:16px 24px 6px;overflow-y:auto}.sepro-feat{display:flex;align-items:center;gap:8px;font-size:13px;color:#1a2a3a}.sepro-check{flex-shrink:0;width:22px;height:22px;border-radius:6px;background:#e8f6ee;color:#136b3a;display:inline-flex;align-items:center;justify-content:center;font-size:12px}.sepro-foot{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:16px 24px 20px}.sepro-upgrade{display:inline-flex;align-items:center;gap:8px;background:#1f9d55;color:#fff;text-decoration:none;font-size:14px;font-weight:600;padding:10px 18px;box-shadow:0 1px 2px rgba(19,107,58,.25);transition:background 140ms ease,transform 140ms ease,box-shadow 140ms ease}.sepro-upgrade:hover{background:#136b3a;transform:translateY(-1px);box-shadow:0 2px 6px rgba(15,29,44,.08);color:#fff;text-decoration:none}.sepro-upgrade:active{transform:translateY(0)}.sepro-later{border:0;background:transparent;cursor:pointer;font-size:13px;font-weight:600;color:#4d6277;padding:8px 12px}.sepro-later:hover{background:#f1f4f8;color:#111d29}@keyframes sepro-fade{from{opacity:0}to{opacity:1}}@keyframes sepro-pop{from{transform:translateY(14px) scale(.98);opacity:0}to{transform:none;opacity:1}}@media(max-width:560px){.sepro-feats{grid-template-columns:1fr}}