.pwa-install-page {
  min-height: 100dvh;
  background: linear-gradient(180deg, #0a1628 0%, #050b14 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
}

.pwa-install-card {
  width: 100%;
  max-width: 28rem;
  text-align: center;
}

.pwa-install-icon {
  width: 7rem;
  height: 7rem;
  margin: 0 auto 1.5rem;
  border-radius: 1.25rem;
  box-shadow: 0 12px 40px rgba(201, 168, 76, 0.25);
}

.pwa-install-title {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: #c9a84c;
  margin-bottom: 0.75rem;
}

.pwa-install-lead {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}

.pwa-install-help {
  text-align: left;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(201, 168, 76, 0.2);
  border-radius: 0.75rem;
  padding: 1rem 1.125rem;
  margin-bottom: 1.5rem;
}

.pwa-install-help h2 {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a84c;
  margin: 0 0 0.75rem;
}

.pwa-install-help p {
  margin: 0 0 0.65rem;
  font-size: 0.875rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.pwa-install-help p:last-child {
  margin-bottom: 0;
}

.pwa-install-help-note {
  margin-top: 0.85rem !important;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8125rem !important;
  color: rgba(255, 255, 255, 0.5) !important;
}

.pwa-install-platform-step {
  margin-bottom: 1rem;
  text-align: left;
}

.pwa-install-platform-step.hidden {
  display: none;
}

.pwa-install-platform-step .btn-gold {
  text-decoration: none;
}

.pwa-install-home-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Mobile shortcut modal (main site) */
.mobile-shortcut-modal-overlay {
  z-index: 1200;
}

.mobile-shortcut-modal-card {
  max-width: 28rem;
}

.mobile-shortcut-modal-body {
  text-align: center;
}

.mobile-shortcut-modal-icon {
  width: 5.5rem;
  height: 5.5rem;
  margin: 0 auto 1.25rem;
  border-radius: 1.25rem;
  box-shadow: 0 12px 40px rgba(201, 168, 76, 0.25);
}

.mobile-shortcut-modal-lead {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.mobile-shortcut-modal-body .pwa-install-help {
  margin-bottom: 0;
  text-align: left;
}

.mobile-shortcut-modal-body .pwa-install-help h2 {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #c9a84c;
  margin: 0 0 0.75rem;
}

body.mobile-shortcut-modal-open {
  overflow: hidden;
}

button.mobile-shortcut-trigger.nav-link,
button.mobile-shortcut-trigger.mobile-nav-link {
  background: none;
  border: none;
  cursor: pointer;
  font: inherit;
  color: inherit;
  padding: 0;
}

#mobile-menu-primary-btn {
    gap: 0.5rem;
}
