* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f7f4ee;
  color: #2b2f2d;
}

.shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.card {
  width: min(100%, 480px);
  background: #ffffff;
  border: 1px solid #d7ddd9;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(43, 47, 45, 0.08);
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6f756f;
}

h1 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.1;
}

.body {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.5;
  color: #49504c;
}

.subtle {
  margin-top: 18px;
  color: #6f756f;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 14px;
  background: #2f6f5e;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
}
