/* Standalone support page (App Store contact URL) */

.support-page {
  min-height: 100vh;
  background: #162335;
  color: rgba(255, 255, 255, 0.78);
}

.support-header {
  width: min(720px, calc(100% - 40px));
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 8px;
  background: transparent;
  box-shadow: none;
}

.support-header .brand {
  color: white;
}

.support-header .header-cta {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.support-header .header-cta:hover,
.support-header .header-cta:focus-visible {
  background: rgba(255, 255, 255, 0.16);
}

.support-shell {
  display: grid;
  place-items: center;
  min-height: calc(100vh - 120px);
  padding: 32px 20px 56px;
}

.support-panel {
  width: min(420px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  padding: 28px 24px 24px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.support-panel .support-kicker {
  display: block;
  color: #c49d78;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.support-panel h1 {
  margin: 10px 0 0;
  color: white;
  font-size: clamp(26px, 5vw, 32px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.support-lead {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.support-whatsapp {
  margin-top: 22px;
  min-height: 72px;
  padding: 14px 16px;
  border-radius: 18px;
}

.support-whatsapp .whatsapp-icon {
  width: 40px;
  height: 40px;
  flex-basis: 40px;
  background: #25d366;
  font-size: 22px;
}

.support-whatsapp small {
  color: #8a97a8;
  font-size: 12px;
  font-weight: 700;
}

.support-whatsapp strong {
  color: #102b46;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.support-whatsapp > b {
  color: #102b46;
  font-size: 18px;
  font-weight: 700;
}

.support-email {
  margin-top: 14px;
  border-radius: 18px;
  padding: 14px 16px;
}

.support-email small {
  color: rgba(255, 255, 255, 0.55);
  font-size: 12px;
}

.support-email strong {
  color: #c49d78;
  font-size: 16px;
}

@media (max-width: 480px) {
  .support-whatsapp strong {
    font-size: 16px;
  }

  .support-panel {
    padding: 24px 18px 18px;
    border-radius: 24px;
  }
}
