html {
  box-sizing: border-box;
  background: #f5f7f4;
  color: #111827;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  overflow-x: hidden;
}

.demo-shell {
  min-height: 100vh;
  padding: 24px;
  width: 100%;
}

@media (max-width: 520px) {
  .demo-shell {
    padding: 12px;
  }
}

.demo-checkout {
  align-items: center;
  display: flex;
  min-height: 100vh;
  padding: 24px;
}

.demo-checkout section {
  background: #ffffff;
  border: 1px solid #d8dfd7;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 620px;
  padding: 32px;
}

.eyebrow {
  color: #32746d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.demo-checkout h1 {
  font-size: 38px;
  line-height: 1.05;
  margin: 0 0 12px;
}

.demo-checkout p {
  color: #4b5563;
  line-height: 1.6;
}

.demo-checkout dl {
  border-top: 1px solid #e5e7eb;
  margin: 24px 0;
}

.demo-checkout dl div {
  border-bottom: 1px solid #e5e7eb;
  display: grid;
  gap: 12px;
  grid-template-columns: 160px 1fr;
  padding: 12px 0;
}

.demo-checkout dt {
  color: #64748b;
}

.demo-checkout dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.demo-link {
  color: #0f766e;
  font-weight: 700;
}
