[data-page="wallet-mockups"],
.wallet-mockups,
.wallet-mockups__view,
.wallet-demo {
  display: block;
  min-height: 100vh;
}

.wallet-mockups__selector {
  position: fixed;
  z-index: 50;
  top: 1rem;
  left: 50%;
  display: flex;
  gap: 0.25rem;
  padding: 0.25rem;
  border-radius: 9999px;
  background: #fff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  white-space: nowrap;
}

.wallet-mockups__selector button {
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 9999px;
  color: #4b5563;
  background: transparent;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition: color 150ms ease, background-color 150ms ease;
}

.wallet-mockups__selector button:hover {
  background: #f3f4f6;
}

.wallet-mockups__selector button.is-active {
  color: #fff;
  background: #10b981;
}

.wallet-mockups__selector button:focus-visible {
  outline: 2px solid #059669;
  outline-offset: 2px;
}

.wallet-demo button:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

.wallet-demo h1,
.wallet-demo p {
  margin: 0;
}

.wallet-demo h1 {
  font-family: inherit;
  text-transform: none;
}

.wallet-demo svg {
  width: 1.25rem;
  height: 1.25rem;
}

/* Option A: Golf scorecard */
.wallet-demo--scorecard {
  padding: 1rem;
  background: #064e3b;
}

.wallet-scorecard {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
}

.wallet-scorecard__card {
  overflow: hidden;
  border-radius: 1rem;
  background: #fff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.wallet-scorecard__header {
  padding: 1rem 1.5rem;
  color: #fff;
  background: #047857;
  text-align: center;
}

.wallet-scorecard__header h1 {
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.025em;
}

.wallet-scorecard__header p {
  color: #a7f3d0;
  font-size: 0.75rem;
  line-height: 1rem;
}

.wallet-scorecard__balance {
  padding: 2rem 1.5rem;
  border-bottom: 2px dashed #e5e7eb;
  text-align: center;
}

.wallet-scorecard__balance p {
  margin-bottom: 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.wallet-scorecard__balance strong {
  display: block;
  color: #047857;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

.wallet-scorecard__balance span {
  display: block;
  margin-top: 0.5rem;
  color: #9ca3af;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wallet-scorecard__setup {
  padding: 1.5rem;
}

.wallet-scorecard__setup-label {
  margin-bottom: 1rem !important;
  color: #6b7280;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.wallet-scorecard__steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wallet-scorecard__step {
  flex: 0 0 auto;
  text-align: center;
}

.wallet-scorecard__step-icon {
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
  border-radius: 9999px;
}

.wallet-scorecard__step-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.wallet-scorecard__step-icon--complete {
  color: #059669;
  background: #d1fae5;
}

.wallet-scorecard__step-icon--pending {
  border: 2px dashed #d1d5db;
  color: #9ca3af;
  background: #f3f4f6;
}

.wallet-scorecard__step-icon--pending svg {
  width: 1.25rem;
  height: 1.25rem;
}

.wallet-scorecard__step p {
  color: #4b5563;
  font-size: 0.75rem;
  line-height: 1rem;
}

.wallet-scorecard__step .wallet-scorecard__step-muted {
  color: #9ca3af;
}

.wallet-scorecard__connector {
  height: 2px;
  flex: 1 1 auto;
  margin: 0 0.5rem;
  background: #e5e7eb;
}

.wallet-scorecard__connector--complete {
  background: #a7f3d0;
}

.wallet-scorecard__actions {
  display: grid;
  gap: 0.75rem;
  padding: 0 1.5rem 1.5rem;
}

.wallet-scorecard__actions button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border: 0;
  font-weight: 600;
  transition: background-color 150ms ease;
}

.wallet-scorecard__primary {
  padding: 1rem;
  border-radius: 0.75rem;
  color: #fff;
  background: #059669;
}

.wallet-scorecard__primary:hover {
  background: #047857;
}

.wallet-scorecard__secondary {
  padding: 0.75rem;
  border-radius: 0.75rem;
  color: #374151;
  background: #f3f4f6;
}

.wallet-scorecard__secondary:hover {
  background: #e5e7eb;
}

/* Option B: VIP golf club */
.wallet-demo--vip {
  padding: 1rem;
  background: linear-gradient(135deg, #111827, #1f2937 50%, #000);
}

.wallet-vip {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  padding-top: 2rem;
}

.wallet-vip__frame {
  position: relative;
}

.wallet-vip__glow {
  position: absolute;
  inset: 0;
  border-radius: 1.5rem;
  background: linear-gradient(90deg, rgba(16, 185, 129, 0.2), rgba(245, 158, 11, 0.2));
  filter: blur(24px);
}

.wallet-vip__card {
  position: relative;
  padding: 1.5rem;
  border: 1px solid #374151;
  border-radius: 1.5rem;
  background: linear-gradient(135deg, #1f2937, #111827);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.wallet-vip__header,
.wallet-vip__brand,
.wallet-vip__stars,
.wallet-vip__actions {
  display: flex;
  align-items: center;
}

.wallet-vip__header {
  justify-content: space-between;
  margin-bottom: 2rem;
}

.wallet-vip__brand {
  gap: 0.75rem;
}

.wallet-vip__trophy {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  color: #fff;
  background: linear-gradient(135deg, #34d399, #059669);
}

.wallet-vip__header h1 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.wallet-vip__header p {
  color: #6b7280;
  font-size: 0.75rem;
  line-height: 1rem;
}

.wallet-vip__stars {
  gap: 0.25rem;
  color: #fbbf24;
}

.wallet-vip__stars svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.wallet-vip__balance {
  margin-bottom: 2rem;
}

.wallet-vip__balance p {
  margin-bottom: 0.25rem;
  color: #6b7280;
  font-size: 0.875rem;
}

.wallet-vip__balance > strong {
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}

.wallet-vip__balance > strong span {
  color: #9ca3af;
  font-size: 1.5rem;
  line-height: 2rem;
}

.wallet-vip__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 2rem;
}

.wallet-vip__stats > div {
  padding: 0.75rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
}

.wallet-vip__stats strong,
.wallet-vip__stats span {
  display: block;
}

.wallet-vip__stats strong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.wallet-vip__stats span {
  color: #6b7280;
  font-size: 0.75rem;
  line-height: 1rem;
}

.wallet-vip__stat-green { color: #34d399; }
.wallet-vip__stat-amber { color: #fbbf24; }
.wallet-vip__stat-blue { color: #60a5fa; }

.wallet-vip__actions {
  gap: 0.75rem;
}

.wallet-vip__actions button {
  flex: 1 1 0;
  padding: 1rem;
  border: 0;
  border-radius: 0.75rem;
  color: #fff;
  font-weight: 600;
}

.wallet-vip__primary {
  background: linear-gradient(90deg, #10b981, #059669);
}

.wallet-vip__primary:hover {
  background: linear-gradient(90deg, #059669, #047857);
}

.wallet-vip__secondary {
  background: rgba(255, 255, 255, 0.1);
}

.wallet-vip__secondary:hover {
  background: rgba(255, 255, 255, 0.2);
}

.wallet-vip__member-since {
  margin-top: 1.5rem !important;
  color: #4b5563;
  font-size: 0.75rem;
  text-align: center;
}

/* Option C: Simple steps */
.wallet-demo--simple {
  padding: 1rem;
  background: #f9fafb;
}

.wallet-simple {
  width: 100%;
  max-width: 28rem;
  margin: 0 auto;
  padding-top: 1rem;
}

.wallet-simple__header {
  margin-bottom: 2rem;
  text-align: center;
}

.wallet-simple__logo {
  display: flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  border-radius: 1rem;
  color: #fff;
  background: #10b981;
  box-shadow: 0 10px 15px -3px rgba(16, 185, 129, 0.3), 0 4px 6px -4px rgba(16, 185, 129, 0.3);
}

.wallet-simple__logo svg {
  width: 2rem;
  height: 2rem;
}

.wallet-simple__header h1 {
  color: #111827;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.wallet-simple__header p {
  color: #6b7280;
}

.wallet-simple__balance {
  margin-bottom: 1.5rem;
  padding: 2rem;
  border: 1px solid #f3f4f6;
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  text-align: center;
}

.wallet-simple__balance > p {
  margin-bottom: 0.5rem;
  color: #9ca3af;
  font-size: 0.875rem;
}

.wallet-simple__balance > strong {
  display: block;
  margin-bottom: 1rem;
  color: #111827;
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 700;
}

.wallet-simple__ready {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  border-radius: 9999px;
  color: #047857;
  background: #ecfdf5;
  font-size: 0.875rem;
}

.wallet-simple__ready svg {
  width: 1rem;
  height: 1rem;
}

.wallet-simple__actions {
  display: grid;
  gap: 0.75rem;
}

.wallet-simple__action {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  color: #111827;
  background: #fff;
  transition: background-color 150ms ease;
}

.wallet-simple__action:hover {
  background: #f9fafb;
}

.wallet-simple__action--withdraw {
  border-color: transparent;
  color: #fff;
  background: #10b981;
}

.wallet-simple__action--withdraw:hover {
  background: #059669;
}

.wallet-simple__action-main {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.wallet-simple__action-icon {
  display: flex;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  color: inherit;
  background: rgba(255, 255, 255, 0.2);
}

.wallet-simple__action-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.wallet-simple__action-icon--card {
  color: #3b82f6;
  background: #eff6ff;
}

.wallet-simple__action-icon--history {
  color: #a855f7;
  background: #faf5ff;
}

.wallet-simple__action-copy {
  display: block;
  text-align: left;
}

.wallet-simple__action-copy strong,
.wallet-simple__action-copy small {
  display: block;
}

.wallet-simple__action-copy strong {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

.wallet-simple__action-copy small {
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.wallet-simple__action--withdraw .wallet-simple__action-copy small {
  color: #a7f3d0;
}

.wallet-simple__chevron {
  width: 1.5rem !important;
  height: 1.5rem !important;
  color: #9ca3af;
  transition: transform 150ms ease;
}

.wallet-simple__action--withdraw .wallet-simple__chevron {
  color: #fff;
}

.wallet-simple__action:hover .wallet-simple__chevron {
  transform: translateX(0.25rem);
}

.wallet-simple__progress-card {
  margin-top: 2rem;
  padding: 1.25rem;
  border: 1px solid #f3f4f6;
  border-radius: 1rem;
  background: #fff;
}

.wallet-simple__progress-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.wallet-simple__progress-heading strong {
  color: #111827;
  font-weight: 500;
}

.wallet-simple__progress-heading span {
  color: #059669;
  font-weight: 600;
}

.wallet-simple__progress-track {
  height: 0.5rem;
  overflow: hidden;
  border-radius: 9999px;
  background: #f3f4f6;
}

.wallet-simple__progress-track div {
  width: 66.666667%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #34d399, #10b981);
}

.wallet-simple__progress-card > p {
  margin-top: 0.5rem;
  color: #6b7280;
  font-size: 0.875rem;
}

@media (max-width: 420px) {
  .wallet-mockups__selector button {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
    font-size: 0.75rem;
  }

  .wallet-vip__stats {
    gap: 0.5rem;
  }
}
