.appscreeny-install {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  padding: 18px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  font-family: "SF Pro Display", "Avenir Next", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.appscreeny-install.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.appscreeny-install__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 13, 17, 0.56);
  backdrop-filter: blur(10px);
}

.appscreeny-install__panel {
  position: relative;
  width: min(420px, 100%);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 32px 90px rgba(29, 29, 31, 0.28);
  text-align: center;
  transform: translateY(12px) scale(0.98);
  transition: transform 0.2s ease;
}

.appscreeny-install.is-visible .appscreeny-install__panel {
  transform: translateY(0) scale(1);
}

.appscreeny-install__close {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(29, 29, 31, 0.08);
  border-radius: 50%;
  background: #f9fafb;
  color: #69707d;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
}

.appscreeny-install__icon {
  display: grid;
  width: 68px;
  height: 68px;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 18px;
  background: linear-gradient(135deg, #612d53, #853953);
  box-shadow: 0 18px 36px rgba(133, 57, 83, 0.22);
  overflow: hidden;
}

.appscreeny-install__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appscreeny-install__eyebrow {
  margin: 0 0 6px;
  color: #853953;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.appscreeny-install h2 {
  margin: 0;
  color: #1d1d1f;
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: 0;
}

.appscreeny-install p {
  margin: 10px auto 0;
  max-width: 330px;
  color: #69707d;
  font-size: 15px;
  line-height: 1.5;
}

.appscreeny-install__qr {
  display: grid;
  gap: 8px;
  justify-items: center;
  margin: 18px auto 16px;
  color: #8b919d;
  font-size: 12px;
  font-weight: 800;
}

.appscreeny-install__qr img {
  width: 172px;
  height: 172px;
  padding: 10px;
  border: 1px solid #dde3ea;
  border-radius: 18px;
  background: white;
}

.appscreeny-install__button,
.appscreeny-install__later {
  display: inline-flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-sizing: border-box;
}

.appscreeny-install__button {
  gap: 13px;
  margin-top: 4px;
  background: #1d1d1f;
  color: white;
  box-shadow: 0 16px 34px rgba(29, 29, 31, 0.18);
}

.appscreeny-install__apple {
  display: inline-flex;
  align-items: center;
  color: white;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  transform: translateY(-1px);
}

.appscreeny-install__label {
  display: grid;
  gap: 1px;
  text-align: left;
}

.appscreeny-install__label small {
  display: block;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.appscreeny-install__label strong {
  display: block;
  color: white;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.appscreeny-install__button.is-mobile {
  min-height: 54px;
  gap: 10px;
}

.appscreeny-install__button.is-mobile .appscreeny-install__apple {
  font-size: 27px;
}

.appscreeny-install__label--mobile {
  display: block;
  text-align: center;
}

.appscreeny-install__label--mobile strong {
  font-size: 17px;
  letter-spacing: 0.04em;
  line-height: 1;
}

.appscreeny-install__later {
  margin-top: 8px;
  border: 0;
  background: transparent;
  color: #69707d;
  cursor: pointer;
}
