.pwa-install-btn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  padding: 12px 16px;
  border: none;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  background: #f059A5;
  color: #fff;
  cursor: pointer;
  z-index: 10000;
}

.ios-a2hs {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}

.ios-card {
  width: min(92vw, 420px);
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.ios-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
.ios-steps { margin: 0 0 12px 18px; }
.ios-dismiss {
  width: 100%;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #fafafa;
  cursor: pointer;
}
