html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  display: grid;
  place-items: center;
  background: #f8fafc;
  color: #0f172a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.panel {
  width: min(720px, calc(100% - 32px));
  padding: 42px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.1);
}

.eyebrow {
  margin: 0 0 18px;
  color: #4a6e2a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 0 0 14px;
  color: #24431f;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.05;
}

p {
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
}

dl {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}

dl div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
  padding-top: 12px;
  border-top: 1px solid #e2e8f0;
}

dt {
  color: #64748b;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

dd {
  margin: 0;
  color: #0f172a;
  font-weight: 700;
}

a {
  color: #4a6e2a;
}
