.safe-qrhub-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 12px;
  box-sizing: border-box;
}

.safe-qrhub-card {
  width: 100%;
  max-width: 560px;
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 8px 28px rgba(0,0,0,.08);
  padding: 18px 16px 14px;
  box-sizing: border-box;
}

.safe-qrhub-logo {
  text-align: center;
  margin-bottom: 10px;
}

.safe-qrhub-logo img {
  max-width: 96px;
  max-height: 96px;
  width: auto;
  height: auto;
  border-radius: 16px;
}

.safe-qrhub-title {
  margin: 0;
  text-align: center;
  font-size: 1.55rem;
  line-height: 1.2;
}

.safe-qrhub-subtitle {
  margin: 8px 0 18px;
  text-align: center;
  color: #4b5563;
  font-size: .95rem;
  line-height: 1.4;
}

.safe-qrhub-section {
  margin-top: 14px;
}

.safe-qrhub-section-title {
  margin: 0 0 10px;
  font-size: .9rem;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #374151;
}

.safe-qrhub-buttons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.safe-qrhub-btn {
  display: block;
  width: 100%;
  text-decoration: none;
  background: #111827;
  color: #ffffff !important;
  font-weight: 600;
  border-radius: 12px;
  padding: 14px 14px;
  text-align: center;
  box-sizing: border-box;
  transition: transform .05s ease, opacity .15s ease;
}

.safe-qrhub-btn:hover,
.safe-qrhub-btn:focus {
  opacity: .93;
}

.safe-qrhub-btn:active {
  transform: scale(.995);
}

.safe-qrhub-footer {
  margin-top: 16px;
  text-align: center;
  font-size: .8rem;
  color: #6b7280;
}

@media (min-width: 700px) {
  .safe-qrhub-card {
    padding: 22px 20px 16px;
  }
}
