.bae-install-trigger {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 14px;
  border: 1px solid rgba(120, 220, 255, 0.34);
  background: linear-gradient(180deg, rgba(18, 34, 58, 0.96), rgba(8, 14, 28, 0.92));
  color: #e8f7ff;
  font: 800 13px/1 "Rubik", "Segoe UI", system-ui, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.bae-install-trigger--mobile {
  width: 100%;
  justify-content: center;
}

.bae-pwa-modal {
  max-width: 760px;
}

.bae-pwa-modal__head {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.bae-pwa-modal__eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(120, 220, 255, 0.24);
  background: rgba(120, 220, 255, 0.08);
  color: #aef3ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.bae-pwa-modal__title {
  margin: 0;
  font-family: "Unbounded", "Rubik", "Segoe UI", system-ui, sans-serif;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 900;
  line-height: 1.1;
}

.bae-pwa-modal__lead {
  margin: 0;
  color: rgba(232, 240, 255, 0.78);
  line-height: 1.6;
}

.bae-pwa-choice-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.bae-pwa-choice {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(180deg, rgba(18, 28, 50, 0.92), rgba(8, 14, 28, 0.96));
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.bae-pwa-choice.is-ready {
  border-color: rgba(255, 212, 112, 0.34);
}

.bae-pwa-choice--coming {
  align-content: start;
  min-height: 220px;
  background:
    radial-gradient(circle at top left, rgba(120, 220, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(18, 28, 50, 0.92), rgba(8, 14, 28, 0.96));
}

.bae-pwa-choice__logo {
  width: 68px;
  height: 68px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 1000;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #f5fbff;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.bae-pwa-choice__logo--android {
  background: linear-gradient(135deg, rgba(98, 225, 160, 0.9), rgba(23, 174, 103, 0.95));
}

.bae-pwa-choice__logo--ios {
  background: linear-gradient(135deg, rgba(255, 212, 112, 0.9), rgba(255, 122, 188, 0.92));
}

.bae-pwa-choice strong {
  font-size: 18px;
  font-weight: 900;
}

.bae-pwa-choice p {
  margin: 0;
  color: rgba(232, 240, 255, 0.78);
  line-height: 1.6;
}

.bae-pwa-choice__btn {
  width: 100%;
  justify-content: center;
}

.bae-pwa-choice__btn--ios {
  border-color: rgba(255, 212, 112, 0.52);
  background: linear-gradient(180deg, rgba(52, 38, 10, 0.95), rgba(12, 10, 22, 0.92));
}

.bae-pwa-soon {
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 212, 112, 0.32);
  background: rgba(255, 212, 112, 0.1);
  color: #ffe7a3;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bae-pwa-webnote {
  margin-top: 14px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(120, 220, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(232, 240, 255, 0.82);
  line-height: 1.55;
}

@media (max-width: 760px) {
  .bae-pwa-choice-grid {
    grid-template-columns: 1fr;
  }
}
