.toph-popup-overlay{
  position:fixed;inset:0;display:none;align-items:center;justify-content:center;
  background:rgba(12,18,28,.35);backdrop-filter:blur(8px);z-index:999999;padding:18px;
}
.toph-popup-overlay.is-visible{display:flex}
.toph-popup-card{
  position:relative;width:min(680px,92vw);max-height:92vh;overflow:hidden;
  border-radius:34px;background:rgba(255,255,255,.66);
  border:1px solid rgba(255,255,255,.55);box-shadow:0 20px 60px rgba(0,0,0,.22);
  backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);
}
.toph-popup-close{
  position:absolute;top:20px;left:20px;width:66px;height:66px;border:0;border-radius:20px;
  background:#1d678f;color:#fff;font-size:34px;line-height:1;cursor:pointer;z-index:4;
  box-shadow:0 10px 30px rgba(29,103,143,.28);
}
[dir="ltr"] .toph-popup-close{left:auto;right:20px}
.toph-popup-adbadge{
  position:absolute;top:96px;left:20px;z-index:4;background:rgba(255,255,255,.86);padding:10px 14px;
  border-radius:999px;font-size:16px;color:#222;box-shadow:0 8px 24px rgba(0,0,0,.08)
}
[dir="ltr"] .toph-popup-adbadge{left:auto;right:20px}
.toph-popup-hero-wrap{position:relative;height:320px;overflow:hidden}
.toph-popup-hero{display:block;width:100%;height:100%;object-fit:cover;object-position:center top}
.toph-popup-body{padding:18px 28px 24px;text-align:center}
.toph-popup-title{margin:0 0 8px;color:#0ca54c;font-size:clamp(34px,4.7vw,58px);line-height:1.02;font-weight:800}
.toph-popup-subtitle{margin:0 0 16px;color:#2d8fd2;font-size:clamp(18px,3vw,28px);font-weight:700}
.toph-popup-promo-row{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  background:rgba(255,255,255,.76);border:1px solid rgba(255,255,255,.7);
  border-radius:28px;padding:12px 18px;min-height:74px;max-width:100%;margin:0 auto 16px;
}
.toph-popup-promo-label{font-size:clamp(18px,2.4vw,24px);font-weight:700;color:#22314b}
.toph-popup-promo-code{display:inline-flex;align-items:center;justify-content:center;min-width:210px;padding:14px 20px;background:#fff;border-radius:22px;color:#0c4f86;font-size:clamp(24px,3vw,38px);font-weight:800;line-height:1}
.toph-popup-desc{margin:0 0 16px;color:#25334d;font-size:clamp(18px,2.35vw,22px);line-height:1.65;font-weight:500}
.toph-popup-store-row{display:flex;justify-content:center;gap:12px;flex-wrap:nowrap;margin:0 auto 10px}
.toph-popup-store-link{display:inline-flex;align-items:center;justify-content:center}
.toph-popup-store-link img{display:block;width:240px;max-width:31vw;height:auto}
.toph-popup-footer-note{font-size:16px;color:#6f7584}
@media (max-width: 640px){
  .toph-popup-card{width:min(640px,94vw);border-radius:28px}
  .toph-popup-close{top:18px;left:18px;width:64px;height:64px;font-size:34px}
  [dir="ltr"] .toph-popup-close{right:18px}
  .toph-popup-adbadge{top:90px;left:18px}
  [dir="ltr"] .toph-popup-adbadge{right:18px}
  .toph-popup-hero-wrap{height:290px}
  .toph-popup-body{padding:16px 20px 22px}
  .toph-popup-promo-row{min-height:64px;border-radius:24px;padding:10px 14px}
  .toph-popup-promo-code{min-width:145px;padding:11px 16px;border-radius:18px}
  .toph-popup-store-link img{width:150px;max-width:40vw}
}
