.cx-pwa-banner{display:none}
@media(max-width:767px){
  .cx-pwa-banner{
    position:fixed;left:12px;right:12px;bottom:calc(82px + env(safe-area-inset-bottom));
    z-index:3200;background:#fff;border:1px solid #ececf1;border-radius:16px;
    box-shadow:0 16px 50px rgba(0,0,0,.16);padding:10px 10px 10px 11px;
    display:grid;grid-template-columns:46px 1fr auto;gap:10px;align-items:center;
  }
  .cx-pwa-banner img{width:46px;height:46px;border-radius:12px}
  .cx-pwa-copy{min-width:0;display:flex;flex-direction:column;gap:2px}
  .cx-pwa-copy strong{font-size:12px;color:#171717}
  .cx-pwa-copy span{font-size:10px;line-height:1.3;color:#777}
  .cx-pwa-action{
    border:0;background:#6657e8;color:#fff;border-radius:9px;
    min-height:36px;padding:0 12px;font-size:11px;font-weight:800;
  }
  .cx-pwa-close{
    position:absolute;right:3px;top:-26px;width:24px;height:24px;
    border:0;border-radius:50%;background:#222;color:#fff;font-size:16px;
    line-height:20px;
  }
  .cx-ios-guide{
    position:fixed;inset:0;z-index:5000;background:rgba(0,0,0,.55);
    display:flex;align-items:flex-end;justify-content:center;padding:14px 14px calc(14px + env(safe-area-inset-bottom));
  }
  .cx-ios-card{
    width:100%;max-width:430px;background:#fff;border-radius:22px;padding:24px 18px 18px;
    text-align:center;position:relative;box-shadow:0 24px 80px rgba(0,0,0,.25);
  }
  .cx-ios-card>img{width:64px;height:64px;border-radius:15px;margin-bottom:10px}
  .cx-ios-card h3{font-size:18px;margin:0 0 8px}
  .cx-ios-card p{font-size:12px;color:#666;line-height:1.5;margin:12px 0}
  .cx-ios-step{
    background:#f7f7f8;border-radius:12px;padding:12px;
    display:flex;align-items:center;justify-content:center;gap:9px;
    font-size:13px;font-weight:700;
  }
  .cx-ios-step i{font-size:18px;color:#6657e8}
  .cx-ios-x{
    position:absolute;right:12px;top:12px;width:32px;height:32px;border:0;
    border-radius:50%;background:#f1f1f3;font-size:20px;
  }
}
