/* Static iPhone app promo — used on daycare, park, park2, timmyHouseF1 */
#hd-app-promo-banner {
  position: relative;
  z-index: 99990;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 8px 36px 8px 14px;
  background-color: #b141ff;
  box-sizing: border-box;
  width: 100%;
  font-family: "Rubik", system-ui, sans-serif;
}

#hd-app-promo-banner .hd-app-promo-msg {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  flex: 1 1 200px;
  line-height: 1.35;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

#hd-app-promo-banner .hd-app-promo-btn {
  color: #fff;
  background-color: #9600ff;
  border: none;
  border-radius: 20px;
  padding: 6px 14px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  white-space: nowrap;
}

#hd-app-promo-banner .hd-app-promo-btn:hover {
  filter: brightness(1.08);
}

#hd-app-promo-banner .hd-app-promo-dismiss {
  position: absolute;
  top: 6px;
  right: 8px;
  background: none;
  border: none;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  opacity: 0.85;
  padding: 0;
}

#hd-app-promo-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 200000;
  background-color: #f3eaff;
  box-sizing: border-box;
  padding: 44px 14px 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", system-ui, sans-serif;
}

#hd-app-promo-overlay.hd-app-promo-overlay-visible {
  display: flex;
}

#hd-app-promo-overlay .hd-app-promo-overlay-close {
  position: absolute;
  top: 8px;
  right: 10px;
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #666;
  line-height: 1;
  padding: 0;
}

#hd-app-promo-overlay-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  gap: 12px;
}

#hd-app-promo-overlay .hd-app-promo-t1,
#hd-app-promo-overlay .hd-app-promo-t2 {
  color: #333;
  font-size: 14px;
  text-align: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

#hd-app-promo-overlay .hd-app-promo-img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 220px;
  border-radius: 10px;
  object-fit: contain;
}

#hd-app-promo-overlay .hd-app-promo-cta {
  color: #fff;
  background-color: #9600ff;
  border: none;
  min-height: 36px;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  font-family: inherit;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
}

#hd-app-promo-overlay .hd-app-promo-cta:hover {
  filter: brightness(1.08);
}

.hd-app-promo-hidden {
  display: none !important;
}
