#brandup-admin-offer-popup{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:24px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
#brandup-admin-offer-popup.open{display:flex}
.bu-offer-backdrop{position:absolute;inset:0;background:rgba(3,16,31,.76);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.bu-offer-card{position:relative;width:min(900px,100%);max-height:min(88vh,780px);overflow:hidden;background:linear-gradient(145deg,#ffffff 0%,#f8fbff 100%);border:1px solid rgba(255,255,255,.68);border-radius:30px;box-shadow:0 38px 120px rgba(0,16,36,.42),0 12px 35px rgba(16,93,168,.16);display:grid;grid-template-columns:minmax(330px,.92fr) minmax(390px,1.08fr);isolation:isolate;animation:buOfferIn .34s cubic-bezier(.2,.75,.2,1) both}
.bu-offer-card::before{content:"";position:absolute;left:0;right:0;top:0;height:5px;background:linear-gradient(90deg,#168dff,#49c5ff 52%,#ffb020);z-index:4}
.bu-offer-card::after{content:"";position:absolute;width:310px;height:310px;border-radius:50%;right:-150px;bottom:-180px;background:radial-gradient(circle,rgba(73,197,255,.22),rgba(73,197,255,0) 68%);pointer-events:none;z-index:-1}
.bu-offer-card.no-image{grid-template-columns:1fr;max-width:620px}
.bu-offer-media{position:relative;min-height:430px;padding:22px;background:radial-gradient(circle at 18% 18%,rgba(73,197,255,.28),transparent 32%),linear-gradient(150deg,#071b33 0%,#0b4b82 52%,#0b2d52 100%);display:flex;align-items:center;justify-content:center;overflow:hidden}
.bu-offer-media::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);background-size:32px 32px;mask-image:linear-gradient(to bottom,black,transparent 88%);pointer-events:none}
.bu-offer-media img{position:relative;z-index:1;width:100%;height:100%;max-height:480px;object-fit:contain;display:block;border-radius:20px;background:#fff;box-shadow:0 22px 55px rgba(0,0,0,.28);border:1px solid rgba(255,255,255,.42)}
.bu-offer-media-badge{position:absolute;z-index:2;top:34px;left:34px;display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:rgba(7,27,51,.83);border:1px solid rgba(255,255,255,.22);box-shadow:0 8px 24px rgba(0,0,0,.18);color:#fff;font-size:10px;font-weight:900;letter-spacing:.09em;text-transform:uppercase;backdrop-filter:blur(8px)}
.bu-offer-copy{position:relative;padding:50px 44px 42px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.bu-offer-kicker{width:max-content;max-width:100%;display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border-radius:999px;background:#eaf6ff;border:1px solid #c9e8ff;color:#0874ce;font-size:11px;line-height:1;font-weight:900;letter-spacing:.11em;text-transform:uppercase}
.bu-offer-kicker i{width:8px;height:8px;border-radius:50%;background:#168dff;box-shadow:0 0 0 5px rgba(22,141,255,.12);flex:none}
.bu-offer-copy h2{margin:16px 0 13px;color:#071b33;font-size:clamp(31px,4vw,46px);letter-spacing:-.045em;line-height:1.02;font-weight:900}
.bu-offer-copy p{margin:0;color:#60758a;font-size:15px;line-height:1.72;max-width:48ch}
.bu-offer-text{display:inline-flex;width:max-content;max-width:100%;align-items:center;margin:20px 0 0;padding:10px 13px;border-radius:11px;background:linear-gradient(135deg,#fff5dc,#fff9eb);border:1px solid #f7dfaa;color:#8c5b05;font-size:15px;font-weight:900;line-height:1.25}
.bu-offer-actions{display:flex;gap:11px;flex-wrap:wrap;margin-top:25px}
.bu-offer-actions a{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:50px;padding:0 19px;border-radius:13px;font-size:14px;font-weight:900;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease}
.bu-offer-actions a:hover{transform:translateY(-2px)}
.bu-offer-primary{background:linear-gradient(135deg,#1476ff,#12a7ee);color:#fff;box-shadow:0 14px 30px rgba(20,118,255,.26)}
.bu-offer-primary:hover{box-shadow:0 18px 36px rgba(20,118,255,.34)}
.bu-offer-primary span{font-size:18px;line-height:1;transition:transform .2s ease}
.bu-offer-primary:hover span{transform:translateX(2px)}
.bu-offer-secondary{background:#fff;color:#0d3154;border:1px solid #d6e2ee;box-shadow:0 8px 20px rgba(13,49,84,.07)}
.bu-offer-secondary:hover{border-color:#aacbe9;background:#f8fbff}
.bu-offer-signature{display:block;margin-top:18px;padding-top:16px;border-top:1px solid #e6eef6;color:#8495a7;font-size:10px;font-weight:750;letter-spacing:.02em}
.bu-offer-close{position:absolute;top:17px;right:17px;width:40px;height:40px;border-radius:50%;border:1px solid rgba(7,27,51,.09);background:rgba(255,255,255,.94);color:#071b33;font-size:25px;line-height:1;cursor:pointer;box-shadow:0 8px 22px rgba(7,27,51,.16);z-index:5;display:grid;place-items:center;transition:transform .2s ease,background .2s ease}
.bu-offer-close:hover{transform:rotate(4deg) scale(1.04);background:#fff}
@keyframes buOfferIn{from{opacity:0;transform:translateY(18px) scale(.975)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(max-width:760px){
  #brandup-admin-offer-popup{padding:12px;align-items:flex-end}
  .bu-offer-card{grid-template-columns:1fr;max-height:92vh;border-radius:26px 26px 18px 18px;overflow:auto}
  .bu-offer-card.no-image{grid-template-columns:1fr;max-width:620px}
  .bu-offer-media{min-height:0;height:auto;max-height:none;padding:16px 16px 12px;background:linear-gradient(145deg,#071b33,#0b4b82)}
  .bu-offer-media img{width:100%;height:auto;max-height:38vh;object-fit:contain;border-radius:16px}
  .bu-offer-media-badge{top:27px;left:27px;min-height:27px;padding:0 9px;font-size:9px}
  .bu-offer-copy{padding:27px 22px 23px}
  .bu-offer-copy h2{font-size:clamp(29px,9vw,38px);margin-top:13px}
  .bu-offer-copy p{font-size:14px;line-height:1.6}
  .bu-offer-text{margin-top:16px;font-size:14px}
  .bu-offer-actions{flex-direction:column;margin-top:20px}
  .bu-offer-actions a{width:100%;min-height:49px}
  .bu-offer-close{top:16px;right:16px;width:38px;height:38px}
  .bu-offer-signature{margin-top:15px;padding-top:13px}
}
@media(max-width:420px){
  #brandup-admin-offer-popup{padding:8px}
  .bu-offer-card{border-radius:22px 22px 15px 15px;max-height:94vh}
  .bu-offer-media{padding:12px 12px 8px}
  .bu-offer-media img{max-height:34vh;border-radius:14px}
  .bu-offer-media-badge{top:20px;left:20px}
  .bu-offer-copy{padding:23px 18px 20px}
  .bu-offer-kicker{font-size:9px;padding:7px 9px}
  .bu-offer-copy h2{font-size:30px}
}
@media(prefers-reduced-motion:reduce){.bu-offer-card{animation:none}.bu-offer-actions a,.bu-offer-close,.bu-offer-primary span{transition:none}}

/* 23 Jul 2026 - mobile popup containment/alignment fix */
@media (max-width:760px){
  #brandup-admin-offer-popup{
    align-items:center;
    justify-content:center;
    padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom));
    overflow:hidden;
  }
  .bu-offer-card{
    width:min(100%,520px);
    max-height:calc(100dvh - max(16px,env(safe-area-inset-top)) - max(16px,env(safe-area-inset-bottom)));
    border-radius:22px;
    overflow-y:auto;
    overflow-x:hidden;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
  }
  .bu-offer-card::-webkit-scrollbar{display:none}
  .bu-offer-media{
    flex:none;
    width:100%;
    height:min(31dvh,285px);
    min-height:190px;
    max-height:285px;
    padding:10px;
    background:linear-gradient(145deg,#071b33,#0b4b82);
  }
  .bu-offer-media img{
    width:auto;
    max-width:100%;
    height:100%;
    max-height:none;
    object-fit:contain;
    object-position:center center;
    margin:0 auto;
    border-radius:14px;
    background:transparent;
    box-shadow:0 14px 34px rgba(0,0,0,.25);
  }
  .bu-offer-media-badge{
    top:18px;
    left:18px;
    min-height:26px;
    padding:0 9px;
    font-size:8.5px;
  }
  .bu-offer-copy{padding:18px 17px 17px}
  .bu-offer-kicker{font-size:9px;padding:7px 9px;gap:7px}
  .bu-offer-copy h2{font-size:clamp(27px,8.2vw,34px);line-height:1.02;margin:11px 0 9px}
  .bu-offer-copy p{font-size:13px;line-height:1.48}
  .bu-offer-text{margin-top:12px;padding:8px 10px;font-size:13px}
  .bu-offer-actions{gap:8px;margin-top:14px}
  .bu-offer-actions a{min-height:46px;border-radius:12px;font-size:13px}
  .bu-offer-signature{margin-top:11px;padding-top:10px;font-size:9px}
  .bu-offer-close{position:fixed;top:max(14px,env(safe-area-inset-top));right:14px;width:40px;height:40px;z-index:1205}
}
@media (max-width:420px){
  .bu-offer-card{max-height:calc(100dvh - 12px);border-radius:20px}
  .bu-offer-media{height:min(29dvh,245px);min-height:175px;padding:8px}
  .bu-offer-copy{padding:16px 15px 15px}
  .bu-offer-copy h2{font-size:27px}
  .bu-offer-copy p{font-size:12.5px}
  .bu-offer-actions a{min-height:44px}
}

/* 23 Jul 2026 v2 — stable mobile popup: fixed top position, no retained vertical offset. */
@media(max-width:760px){
  #brandup-admin-offer-popup{
    align-items:flex-start!important;
    justify-content:center!important;
    padding:max(12px,env(safe-area-inset-top)) 10px max(12px,env(safe-area-inset-bottom))!important;
    overflow:hidden!important;
  }
  .bu-offer-card{
    width:min(100%,520px)!important;
    height:auto!important;
    max-height:calc(100svh - max(24px,env(safe-area-inset-top)) - max(18px,env(safe-area-inset-bottom)))!important;
    margin:0!important;
    grid-template-columns:1fr!important;
    border-radius:22px!important;
    overflow-y:auto!important;
    overflow-x:hidden!important;
    overscroll-behavior:contain;
    -webkit-overflow-scrolling:touch;
  }
  .bu-offer-media{
    flex:0 0 auto!important;
    width:100%!important;
    height:clamp(190px,31svh,285px)!important;
    min-height:190px!important;
    max-height:285px!important;
    padding:10px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    overflow:hidden!important;
  }
  .bu-offer-media img{
    display:block!important;
    width:auto!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    object-position:50% 50%!important;
    margin:0 auto!important;
    transform:none!important;
  }
  .bu-offer-copy{flex:0 0 auto!important;padding:18px 17px 17px!important}
  .bu-offer-copy h2{font-size:clamp(27px,8vw,34px)!important;line-height:1.04!important;margin:11px 0 9px!important}
  .bu-offer-copy p{font-size:13px!important;line-height:1.48!important}
  .bu-offer-text{margin-top:12px!important;padding:8px 10px!important;font-size:13px!important}
  .bu-offer-actions{gap:8px!important;margin-top:14px!important}
  .bu-offer-actions a{width:100%!important;min-height:46px!important}
  .bu-offer-signature{margin-top:11px!important;padding-top:10px!important}
  .bu-offer-close{
    position:sticky!important;
    top:10px!important;
    float:right!important;
    margin:8px 8px -48px auto!important;
    right:auto!important;
    z-index:20!important;
  }
}
@media(max-width:420px){
  .bu-offer-media{height:clamp(175px,28svh,235px)!important;min-height:175px!important}
  .bu-offer-copy{padding:16px 15px 15px!important}
  .bu-offer-copy h2{font-size:27px!important}
}
