body.go-redirect-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  margin: 0;
  padding: 24px;
  background: var(--md-surface, #fffaf2);
  color: var(--md-text, #2c1614);
}

.go-redirect-shell {
  width: min(100%, 440px);
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: clamp(22px, 6vw, 36px);
  border: 1px solid var(--md-outline, rgba(84, 34, 31, 0.18));
  border-radius: 8px;
  background: var(--md-surface-strong, #fffdf8);
  box-shadow: var(--md-elevated, 0 18px 42px rgba(84, 34, 31, 0.12));
  text-align: center;
}

.go-logo {
  display: block;
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.go-eyebrow {
  margin: 8px 0 0;
  color: var(--md-muted, #725b56);
  font-family: var(--text-caps, 'Montserrat', sans-serif);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.go-redirect-shell h1 {
  margin: 0;
  color: var(--md-primary, #760704);
  font-family: var(--text-body, 'Montserrat', Arial, sans-serif);
  font-size: clamp(2rem, 8vw, 3rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.05;
}

.go-redirect-shell p {
  margin: 0;
  color: var(--md-muted, #725b56);
  line-height: 1.5;
}

.go-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 6px;
  padding: 10px 16px;
  border: 1px solid var(--md-primary, #760704);
  border-radius: 8px;
  background: var(--md-primary, #760704);
  color: var(--md-on-primary, #fffaf2);
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none;
}
