#smart-popup-root{--sp-primary:#202124;--sp-surface:#f8f9fa;--sp-radius:18px}.sp-backdrop{position:fixed;inset:0;z-index:1000;background:#14192099}.sp-modal{position:fixed;z-index:1001;inset:50% auto auto 50%;width:min(960px,calc(100vw - 2rem));max-height:calc(100vh - 2rem);transform:translate(-50%,-50%);display:grid;grid-template-columns:1fr 1fr;overflow:auto;border:1px solid #e4e5e8;border-radius:var(--sp-radius);background:var(--sp-surface);box-shadow:0 16px 50px #181c2638;font-family:Inter,system-ui,sans-serif}.sp-copy{padding:3.5rem clamp(1.75rem,5vw,4rem);align-self:center}.sp-copy h2{margin:1rem 0;font-size:clamp(1.9rem,4vw,2.7rem);line-height:1.12}.sp-copy p{color:#64666b;line-height:1.6}.sp-visual{display:grid;min-height:260px;place-items:center;padding:2rem;background:#e8eaed55}.sp-visual img{max-width:100%;max-height:350px;object-fit:contain}.sp-close{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;border:0;border-radius:99px;background:var(--sp-primary);color:#fff;font-size:1.6rem;cursor:pointer}.sp-primary,.sp-secondary{display:inline-flex;min-height:2.75rem;align-items:center;justify-content:center;border-radius:6px;padding:.7rem 1.25rem;font-weight:600;cursor:pointer}.sp-primary{border:0;background:var(--sp-primary);color:#fff;text-decoration:none}.sp-secondary{display:block;margin-top:.75rem;border:0;background:transparent;color:#64666b;text-decoration:underline}.sp-stars button{border:0;background:none;color:#c6c8cb;font-size:2rem}.sp-stars button.selected{color:#f5b301}.smart-popup-open{overflow:hidden}@media(max-width:700px){.sp-modal{grid-template-columns:1fr}.sp-visual{order:-1;min-height:180px}.sp-copy{padding:2.5rem 1.75rem}}@media(prefers-reduced-motion:reduce){.sp-modal,.sp-backdrop{transition:none!important}}
