:root {
  font-family: Arial, Helvetica, sans-serif;
  color: #1d2731;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }

body { margin: 0; }

main {
  width: min(100% - 40px, 760px);
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 80px 0;
}

h1 {
  margin: 0 0 20px;
  font-size: clamp(40px, 6vw, 64px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}

p {
  margin: 0;
  color: #596673;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 1.6;
}
