body {
  font-family: Baskerville, "Times New Roman", serif;
  margin: 0;
  padding: 96px 84px;
  background-color: #FFFFFF;
  color: #0F172A;
}

.logo {
  font-family: Baskerville, "Times New Roman", serif;
  font-size: 56px;
  letter-spacing: -0.02em;
  line-height: 1.05;
  margin-bottom: 40px;
}

.intro {
  max-width: 760px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 56px;
}

.nav {
  font-size: 18px;
  line-height: 1.4;
}

.nav a {
  text-decoration: none;
  color: #0F172A;
  margin-right: 40px;
}

.nav a:hover {
  opacity: 0.7;
}

.page-title {
  font-size: 34px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.paper-title {
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 18px;
  max-width: 900px;
}

.paper-line {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 56px;
  max-width: 700px;
}

.content {
  max-width: 760px;
  font-size: 20px;
  line-height: 1.65;
}

.content p {
  margin: 0 0 28px 0;
}

.form-label {
  font-size: 18px;
  margin-bottom: 10px;
}

.form-field {
  width: 360px;
  max-width: 100%;
  padding: 12px 10px;
  font-family: Baskerville, "Times New Roman", serif;
  font-size: 18px;
  color: #0F172A;
  border: 1px solid #0F172A;
  background: #FFFFFF;
  margin-bottom: 28px;
  box-sizing: border-box;
}

.footer {
  position: fixed;
  left: 84px;
  bottom: 32px;
  font-size: 14px;
  color: #0F172A;
}

.email-link {
  color: #0F172A;
  text-decoration: none;
}

.email-link:hover {
  opacity: 0.7;
}

.top-nav {
  position: absolute;
  top: 96px;
  right: 84px;
  font-size: 18px;
}

.top-nav a {
  text-decoration: none;
  color: #0F172A;
  margin-left: 32px;
}

.top-nav a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  body {
    padding: 48px 28px 80px 28px;
  }

  .logo {
    font-size: 40px;
    margin-bottom: 28px;
  }

  .intro,
  .content,
  .paper-line {
    font-size: 18px;
    max-width: 100%;
  }

  .page-title,
  .paper-title {
    font-size: 28px;
  }

  .nav a {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 12px;
  }

  .top-nav {
    position: static;
    margin-bottom: 40px;
  }

  .top-nav a {
    margin-left: 0;
    margin-right: 24px;
    display: inline-block;
    margin-bottom: 12px;
  }

  .footer {
    position: static;
    margin-top: 64px;
    font-size: 13px;
  }
}