#sgpop-root{position:relative;z-index:999999}
.sgpop-instance{position:fixed;inset:0;display:none;align-items:center;justify-content:center;padding:24px;opacity:0;transition:opacity .25s ease;z-index:999999;font-family:Inter,Arial,sans-serif}
.sgpop-instance.is-visible{opacity:1}
.sgpop-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(5px)}
.sgpop-card{position:relative;width:min(760px,94vw);min-height:440px;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:24px;background-image:linear-gradient(90deg,rgba(0,0,0,.92),rgba(0,0,0,var(--sgpop-overlay,.72))),var(--sgpop-image,linear-gradient(#111,#111));background-size:cover;background-position:center;box-shadow:0 38px 120px rgba(0,0,0,.72);color:#fff;display:flex;align-items:flex-end}
.sgpop-content{position:relative;z-index:2;padding:44px;max-width:640px}
.sgpop-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--sgpop-accent,#F1BA4B);color:#111;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:18px}
.sgpop-card h2{margin:0 0 14px;color:#fff;font-size:clamp(36px,5vw,64px);line-height:.98;letter-spacing:-.045em}
.sgpop-card p{margin:0 0 18px;color:#fff;font-size:17px;line-height:1.6;max-width:600px}
.sgpop-price{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap;margin:16px 0 22px}
.sgpop-price del{color:rgba(255,255,255,.66);font-size:17px}
.sgpop-price strong{color:var(--sgpop-accent,#F1BA4B);font-size:28px}
.sgpop-cta{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 24px;border-radius:999px;background:var(--sgpop-accent,#F1BA4B);color:#111!important;text-decoration:none!important;font-weight:900}
.sgpop-close{position:absolute;right:18px;top:16px;z-index:4;width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.34);background:rgba(0,0,0,.45);color:#fff;font-size:26px;line-height:1;cursor:pointer}
.sgpop-bottom{align-items:flex-end;padding-bottom:24px}
.sgpop-bottom .sgpop-backdrop{background:transparent;backdrop-filter:none;pointer-events:none}
.sgpop-bottom .sgpop-card{width:min(1100px,96vw);min-height:240px}
.sgpop-bottom .sgpop-content{padding:30px 34px}
.sgpop-bottom .sgpop-card h2{font-size:clamp(30px,4vw,48px)}
@media(max-width:640px){
 .sgpop-instance{padding:14px}
 .sgpop-card{min-height:480px;border-radius:18px}
 .sgpop-content{padding:28px 24px}
 .sgpop-card p{font-size:16px}
 .sgpop-bottom{padding-bottom:10px}
}